#D36DC9

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

Shades of Orchid #D36DC9

Tints of Orchid #D36DC9

Color information

#D36DC9 (or 0xD36DC9) is unknown color: approx Orchid. HEX triplet: D3, 6D and C9. RGB value is (211,109,201). Sum of RGB (Red+Green+Blue) = 211+109+201=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DC9 is #2C9236. Grayscale: #959595. Windows color (decimal): -2921015 or 13200851. OLE color: 13200851.

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

Color convert

RGB211109201-
CMYK00.480.050.17
HSL305.88º53.68%62.75%-
HSV(B)305.88º48.34%82.75%-
XYZ42.882958.6-
YUV149.99156.79171.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 109 (42.97% from 255) = 20.92%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=40.50%
G=20.92%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110920100.480.050.17305.8853.6862.75
HexD36DC9030511132363f
Octal3231553110605214626677
Binary11010011110110111001001011000010110001100110010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36DC9; }

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

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

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

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

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

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

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

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