#D36DCA

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

Shades of Orchid #D36DCA

Tints of Orchid #D36DCA

Color information

#D36DCA (or 0xD36DCA) is unknown color: approx Orchid. HEX triplet: D3, 6D and CA. RGB value is (211,109,202). Sum of RGB (Red+Green+Blue) = 211+109+202=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DCA is #2C9235. Grayscale: #959595. Windows color (decimal): -2921014 or 13266387. OLE color: 13266387.

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

Color convert

RGB211109202-
CMYK00.480.040.17
HSL305.29º53.68%62.75%-
HSV(B)305.29º48.34%82.75%-
XYZ42.9929.0559.22-
YUV150.1157.29171.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=40.42%
G=20.88%
B=38.70%

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
Decimal21110920200.480.040.17305.2953.6862.75
HexD36DCA030411131363f
Octal3231553120604214616677
Binary11010011110110111001010011000010010001100110001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36DCA; }

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

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

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

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

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

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

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

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