#D36ECB

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

Shades of Orchid #D36ECB

Tints of Orchid #D36ECB

Color information

#D36ECB (or 0xD36ECB) is unknown color: approx Orchid. HEX triplet: D3, 6E and CB. RGB value is (211,110,203). Sum of RGB (Red+Green+Blue) = 211+110+203=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ECB is #2C9134. Grayscale: #969696. Windows color (decimal): -2920757 or 13332179. OLE color: 13332179.

HSL color Cylindrical-coordinate representation of color #D36ECB: hue angle of 304.75º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36ECB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211110203-
CMYK00.480.040.17
HSL304.75º53.44%62.94%-
HSV(B)304.75º47.87%82.75%-
XYZ43.2229.3159.88-
YUV150.8157.46170.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.27%
GREEN value IS 110 (43.36% from 255) = 20.99%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=40.27%
G=20.99%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111020300.480.040.17304.7553.4462.94
HexD36ECB030411131353f
Octal3231563130604214616577
Binary11010011110111011001011011000010010001100110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36ECB; }

 p { color: rgb(211,110,203); }

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

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

 a { background-color: rgb(211,110,203); }

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

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

 span { border-color: rgb(211,110,203); }

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