#D37DCC

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

Shades of Orchid #D37DCC

Tints of Orchid #D37DCC

Color information

#D37DCC (or 0xD37DCC) is unknown color: approx Orchid. HEX triplet: D3, 7D and CC. RGB value is (211,125,204). Sum of RGB (Red+Green+Blue) = 211+125+204=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DCC is #2C8233. Grayscale: #9F9F9F. Windows color (decimal): -2916916 or 13401555. OLE color: 13401555.

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

Color convert

RGB211125204-
CMYK00.410.030.17
HSL304.88º49.43%65.88%-
HSV(B)304.88º40.76%82.75%-
XYZ45.132.8861.1-
YUV159.72152.99164.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=39.07%
G=23.15%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112520400.410.030.17304.8849.4365.88
HexD37DCC0293111313142
Octal32317531405132146161102
Binary11010011111110111001100010100111100011001100011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DCC; }

 p { color: rgb(211,125,204); }

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

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

 a { background-color: rgb(211,125,204); }

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

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

 span { border-color: rgb(211,125,204); }

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