#D362DE

Color #D362DE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D362DE

Tints of Orchid #D362DE

Color information

#D362DE (or 0xD362DE) is unknown color: approx Orchid. HEX triplet: D3, 62 and DE. RGB value is (211,98,222). Sum of RGB (Red+Green+Blue) = 211+98+222=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #D362DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362DE is #2C9D21. Grayscale: #919191. Windows color (decimal): -2923810 or 14574291. OLE color: 14574291.

HSL color Cylindrical-coordinate representation of color #D362DE: hue angle of 294.68º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D362DE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21198222-
CMYK0.050.5600.13
HSL294.68º65.26%62.75%-
HSV(B)294.68º55.86%87.06%-
XYZ44.4227.8672.14-
YUV145.92170.94174.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 98 (38.67% from 255) = 18.46%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=39.74%
G=18.46%
B=41.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211982220.050.5600.13294.6865.2662.75
HexD362DE5380D127413f
Octal32314233657001544710177
Binary11010011110001011011110101111000011011001001111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D362DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D362DE; }

 p { color: rgb(211,98,222); }

 H1.HeaderClassName
 {
   color: #D362DE;
 }
 .AnyTagClassName
 {
   color: #D362DE;
 }
</style>
background-color css

<style>
 a { background-color: #D362DE; }

 a { background-color: rgb(211,98,222); }

 div.DivClassName
 {
   background-color: #D362DE;
 }
 .BgClassName
 {
   background-color: #D362DE;
 }
</style>
border-color css

<style>
 span { border-color: #D362DE; }

 span { border-color: rgb(211,98,222); }

 td.TdClassName
 {
   border-color: #D362DE;
 }
 .TagClassName
 {
   border-color: #D362DE;
 }
</style>