#D37FD0

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

Shades of Orchid #D37FD0

Tints of Orchid #D37FD0

Color information

#D37FD0 (or 0xD37FD0) is unknown color: approx Orchid. HEX triplet: D3, 7F and D0. RGB value is (211,127,208). Sum of RGB (Red+Green+Blue) = 211+127+208=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FD0 is #2C802F. Grayscale: #A1A1A1. Windows color (decimal): -2916400 or 13664211. OLE color: 13664211.

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

Color convert

RGB211127208-
CMYK00.400.010.17
HSL302.14º48.84%66.27%-
HSV(B)302.14º39.81%82.75%-
XYZ45.8433.5863.74-
YUV161.35154.33163.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 208 (81.64% from 255) = 38.10%
R=38.64%
G=23.26%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112720800.400.010.17302.1448.8466.27
HexD37FD002811112e3142
Octal32317732005012145661102
Binary1101001111111111101000001010001100011001011101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37FD0; }

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

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

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

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

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

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

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

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