#D37FCE

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

Shades of Orchid #D37FCE

Tints of Orchid #D37FCE

Color information

#D37FCE (or 0xD37FCE) is unknown color: approx Orchid. HEX triplet: D3, 7F and CE. RGB value is (211,127,206). Sum of RGB (Red+Green+Blue) = 211+127+206=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FCE is #2C8031. Grayscale: #A0A0A0. Windows color (decimal): -2916402 or 13533139. OLE color: 13533139.

HSL color Cylindrical-coordinate representation of color #D37FCE: hue angle of 303.57º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37FCE is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211127206-
CMYK00.400.020.17
HSL303.57º48.84%66.27%-
HSV(B)303.57º39.81%82.75%-
XYZ45.5933.4862.45-
YUV161.12153.33163.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=38.79%
G=23.35%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112720600.400.020.17303.5748.8466.27
HexD37FCE0282111303142
Octal32317731605022146061102
Binary11010011111111111001110010100010100011001100001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37FCE; }

 p { color: rgb(211,127,206); }

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

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

 a { background-color: rgb(211,127,206); }

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

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

 span { border-color: rgb(211,127,206); }

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