#D37EC4

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

Shades of Orchid #D37EC4

Tints of Orchid #D37EC4

Color information

#D37EC4 (or 0xD37EC4) is unknown color: approx Orchid. HEX triplet: D3, 7E and C4. RGB value is (211,126,196). Sum of RGB (Red+Green+Blue) = 211+126+196=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D37EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EC4 is #2C813B. Grayscale: #9F9F9F. Windows color (decimal): -2916668 or 12877523. OLE color: 12877523.

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

Color convert

RGB211126196-
CMYK00.400.070.17
HSL310.59º49.13%66.08%-
HSV(B)310.59º40.28%82.75%-
XYZ44.2932.7656.21-
YUV159.39148.66164.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=39.59%
G=23.64%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112619600.400.070.17310.5949.1366.08
HexD37EC40287111373142
Octal32317630405072146761102
Binary110100111111110110001000101000111100011001101111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37EC4; }

 p { color: rgb(211,126,196); }

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

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

 a { background-color: rgb(211,126,196); }

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

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

 span { border-color: rgb(211,126,196); }

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