#D37BD6

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

Shades of Orchid #D37BD6

Tints of Orchid #D37BD6

Color information

#D37BD6 (or 0xD37BD6) is unknown color: approx Orchid. HEX triplet: D3, 7B and D6. RGB value is (211,123,214). Sum of RGB (Red+Green+Blue) = 211+123+214=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #D37BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BD6 is #2C8429. Grayscale: #9F9F9F. Windows color (decimal): -2917418 or 14056403. OLE color: 14056403.

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

Color convert

RGB211123214-
CMYK0.010.4300.16
HSL298.02º52.6%66.08%-
HSV(B)298.02º42.52%83.92%-
XYZ46.0832.8767.53-
YUV159.69158.65164.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 123 (48.44% from 255) = 22.45%
BLUE value IS 214 (83.98% from 255) = 39.05%
R=38.50%
G=22.45%
B=39.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111232140.010.4300.16298.0252.666.08
HexD37BD612B01012a3542
Octal32317332615302045265102
Binary1101001111110111101011011010110100001001010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37BD6; }

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

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

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

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

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

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

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

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