#D37FE5

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

Shades of Orchid #D37FE5

Tints of Orchid #D37FE5

Color information

#D37FE5 (or 0xD37FE5) is unknown color: approx Orchid. HEX triplet: D3, 7F and E5. RGB value is (211,127,229). Sum of RGB (Red+Green+Blue) = 211+127+229=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #D37FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FE5 is #2C801A. Grayscale: #A3A3A3. Windows color (decimal): -2916379 or 15040467. OLE color: 15040467.

HSL color Cylindrical-coordinate representation of color #D37FE5: hue angle of 289.41º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37FE5 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB211127229-
CMYK0.080.4500.10
HSL289.41º66.23%69.8%-
HSV(B)289.41º44.54%89.8%-
XYZ48.634.6878.26-
YUV163.74164.83161.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.21%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=37.21%
G=22.40%
B=40.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2111272290.080.4500.10289.4166.2369.8
HexD37FE582D0A1214246
Octal3231773451055012441102106
Binary1101001111111111110010110001011010101010010000110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37FE5; }

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

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

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

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

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

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

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

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