#D36ECF

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

Shades of Orchid #D36ECF

Tints of Orchid #D36ECF

Color information

#D36ECF (or 0xD36ECF) is unknown color: approx Orchid. HEX triplet: D3, 6E and CF. RGB value is (211,110,207). Sum of RGB (Red+Green+Blue) = 211+110+207=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ECF is #2C9130. Grayscale: #969696. Windows color (decimal): -2920753 or 13594323. OLE color: 13594323.

HSL color Cylindrical-coordinate representation of color #D36ECF: hue angle of 302.38º 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 #D36ECF is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211110207-
CMYK00.480.020.17
HSL302.38º53.44%62.94%-
HSV(B)302.38º47.87%82.75%-
XYZ43.729.5162.42-
YUV151.26159.46170.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 110 (43.36% from 255) = 20.83%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=39.96%
G=20.83%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111020700.480.020.17302.3853.4462.94
HexD36ECF03021112e353f
Octal3231563170602214566577
Binary1101001111011101100111101100001010001100101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36ECF; }

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

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

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

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

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

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

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

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