#D37FCD

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

Shades of Orchid #D37FCD

Tints of Orchid #D37FCD

Color information

#D37FCD (or 0xD37FCD) is unknown color: approx Orchid. HEX triplet: D3, 7F and CD. RGB value is (211,127,205). Sum of RGB (Red+Green+Blue) = 211+127+205=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FCD is #2C8032. Grayscale: #A0A0A0. Windows color (decimal): -2916403 or 13467603. OLE color: 13467603.

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

Color convert

RGB211127205-
CMYK00.400.030.17
HSL304.29º48.84%66.27%-
HSV(B)304.29º39.81%82.75%-
XYZ45.4733.4461.81-
YUV161.01152.83163.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.86%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=38.86%
G=23.39%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112720500.400.030.17304.2948.8466.27
HexD37FCD0283111303142
Octal32317731505032146061102
Binary11010011111111111001101010100011100011001100001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37FCD; }

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

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

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

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

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

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

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

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