#d36bc9

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

Shades of Orchid #D36BC9

Tints of Orchid #D36BC9

Color information

#D36BC9 (or 0xD36BC9) is unknown color: approx Orchid. HEX triplet: D3, 6B and C9. RGB value is (211,107,201). Sum of RGB (Red+Green+Blue) = 211+107+201=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BC9 is #2C9436. Grayscale: #949494. Windows color (decimal): -2921527 or 13200339. OLE color: 13200339.

HSL color Cylindrical-coordinate representation of color #D36BC9: hue angle of 305.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36BC9 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB211107201-
CMYK00.490.050.17
HSL305.77º54.17%62.35%-
HSV(B)305.77º49.29%82.75%-
XYZ42.6628.5858.53-
YUV148.81157.46172.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 107 (42.19% from 255) = 20.62%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=40.66%
G=20.62%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110720100.490.050.17305.7754.1762.35
HexD36BC9031511132363e
Octal3231533110615214626676
Binary11010011110101111001001011000110110001100110010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d36bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d36bc9; }

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

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

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

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

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

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

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

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