#D37FCA

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

Shades of Orchid #D37FCA

Tints of Orchid #D37FCA

Color information

#D37FCA (or 0xD37FCA) is unknown color: approx Orchid. HEX triplet: D3, 7F and CA. RGB value is (211,127,202). Sum of RGB (Red+Green+Blue) = 211+127+202=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FCA is #2C8035. Grayscale: #A0A0A0. Windows color (decimal): -2916406 or 13270995. OLE color: 13270995.

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

Color convert

RGB211127202-
CMYK00.400.040.17
HSL306.43º48.84%66.27%-
HSV(B)306.43º39.81%82.75%-
XYZ45.1133.2959.93-
YUV160.67151.33163.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=39.07%
G=23.52%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112720200.400.040.17306.4348.8466.27
HexD37FCA0284111323142
Octal32317731205042146261102
Binary110100111111111110010100101000100100011001100101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37FCA; }

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

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

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

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

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

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

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

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