#D36DCC

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

Shades of Orchid #D36DCC

Tints of Orchid #D36DCC

Color information

#D36DCC (or 0xD36DCC) is unknown color: approx Orchid. HEX triplet: D3, 6D and CC. RGB value is (211,109,204). Sum of RGB (Red+Green+Blue) = 211+109+204=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DCC is #2C9233. Grayscale: #969696. Windows color (decimal): -2921012 or 13397459. OLE color: 13397459.

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

Color convert

RGB211109204-
CMYK00.480.030.17
HSL304.12º53.68%62.75%-
HSV(B)304.12º48.34%82.75%-
XYZ43.2329.1560.47-
YUV150.33158.29171.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.27%
GREEN value IS 109 (42.97% from 255) = 20.80%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=40.27%
G=20.80%
B=38.93%

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
Decimal21110920400.480.030.17304.1253.6862.75
HexD36DCC030311130363f
Octal3231553140603214606677
Binary1101001111011011100110001100001110001100110000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36DCC; }

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

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

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

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

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

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

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

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