#D36ECC

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

Shades of Orchid #D36ECC

Tints of Orchid #D36ECC

Color information

#D36ECC (or 0xD36ECC) is unknown color: approx Orchid. HEX triplet: D3, 6E and CC. RGB value is (211,110,204). Sum of RGB (Red+Green+Blue) = 211+110+204=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ECC is #2C9133. Grayscale: #969696. Windows color (decimal): -2920756 or 13397715. OLE color: 13397715.

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

Color convert

RGB211110204-
CMYK00.480.030.17
HSL304.16º53.44%62.94%-
HSV(B)304.16º47.87%82.75%-
XYZ43.3429.3660.51-
YUV150.92157.96170.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 110 (43.36% from 255) = 20.95%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=40.19%
G=20.95%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111020400.480.030.17304.1653.4462.94
HexD36ECC030311130353f
Octal3231563140603214606577
Binary1101001111011101100110001100001110001100110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36ECC; }

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

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

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

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

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

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

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

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