#D36CD0

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

Shades of Orchid #D36CD0

Tints of Orchid #D36CD0

Color information

#D36CD0 (or 0xD36CD0) is unknown color: approx Orchid. HEX triplet: D3, 6C and D0. RGB value is (211,108,208). Sum of RGB (Red+Green+Blue) = 211+108+208=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CD0 is #2C932F. Grayscale: #959595. Windows color (decimal): -2921264 or 13659347. OLE color: 13659347.

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

Color convert

RGB211108208-
CMYK00.490.010.17
HSL301.75º53.93%62.55%-
HSV(B)301.75º48.82%82.75%-
XYZ43.6129.1363-
YUV150.2160.62171.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 108 (42.58% from 255) = 20.49%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=40.04%
G=20.49%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110820800.490.010.17301.7553.9362.55
HexD36CD003111112e363f
Octal3231543200611214566677
Binary110100111101100110100000110001110001100101110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36CD0; }

 p { color: rgb(211,108,208); }

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

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

 a { background-color: rgb(211,108,208); }

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

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

 span { border-color: rgb(211,108,208); }

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