#D37CD6

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

Shades of Orchid #D37CD6

Tints of Orchid #D37CD6

Color information

#D37CD6 (or 0xD37CD6) is unknown color: approx Orchid. HEX triplet: D3, 7C and D6. RGB value is (211,124,214). Sum of RGB (Red+Green+Blue) = 211+124+214=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #D37CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CD6 is #2C8329. Grayscale: #9F9F9F. Windows color (decimal): -2917162 or 14056659. OLE color: 14056659.

HSL color Cylindrical-coordinate representation of color #D37CD6: hue angle of 298º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37CD6 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211124214-
CMYK0.010.4200.16
HSL298º52.33%66.27%-
HSV(B)298º42.06%83.92%-
XYZ46.2133.1267.58-
YUV160.27158.32164.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=38.43%
G=22.59%
B=38.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111242140.010.4200.1629852.3366.27
HexD37CD612A01012a3442
Octal32317432615202045264102
Binary1101001111111001101011011010100100001001010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37CD6; }

 p { color: rgb(211,124,214); }

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

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

 a { background-color: rgb(211,124,214); }

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

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

 span { border-color: rgb(211,124,214); }

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