#D36BC0

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

Shades of Orchid #D36BC0

Tints of Orchid #D36BC0

Color information

#D36BC0 (or 0xD36BC0) is unknown color: approx Orchid. HEX triplet: D3, 6B and C0. RGB value is (211,107,192). Sum of RGB (Red+Green+Blue) = 211+107+192=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BC0 is #2C943F. Grayscale: #939393. Windows color (decimal): -2921536 or 12610515. OLE color: 12610515.

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

Color convert

RGB211107192-
CMYK00.490.090.17
HSL310.96º54.17%62.35%-
HSV(B)310.96º49.29%82.75%-
XYZ41.6428.1753.11-
YUV147.79152.96173.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.37%
GREEN value IS 107 (42.19% from 255) = 20.98%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=41.37%
G=20.98%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110719200.490.090.17310.9654.1762.35
HexD36BC0031911137363e
Octal32315330006111214676676
Binary110100111101011110000000110001100110001100110111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36BC0; }

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

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

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

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

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

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

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

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