#D36DCF

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

Shades of Orchid #D36DCF

Tints of Orchid #D36DCF

Color information

#D36DCF (or 0xD36DCF) is unknown color: approx Orchid. HEX triplet: D3, 6D and CF. RGB value is (211,109,207). Sum of RGB (Red+Green+Blue) = 211+109+207=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DCF is #2C9230. Grayscale: #969696. Windows color (decimal): -2921009 or 13594067. OLE color: 13594067.

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

Color convert

RGB211109207-
CMYK00.480.020.17
HSL302.35º53.68%62.75%-
HSV(B)302.35º48.34%82.75%-
XYZ43.629.2962.39-
YUV150.67159.79171.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 109 (42.97% from 255) = 20.68%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=40.04%
G=20.68%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110920700.480.020.17302.3553.6862.75
HexD36DCF03021112e363f
Octal3231553170602214566677
Binary1101001111011011100111101100001010001100101110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36DCF; }

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

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

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

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

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

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

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

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