#D37BC8

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

Shades of Orchid #D37BC8

Tints of Orchid #D37BC8

Color information

#D37BC8 (or 0xD37BC8) is unknown color: approx Orchid. HEX triplet: D3, 7B and C8. RGB value is (211,123,200). Sum of RGB (Red+Green+Blue) = 211+123+200=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BC8 is #2C8437. Grayscale: #9D9D9D. Windows color (decimal): -2917432 or 13138899. OLE color: 13138899.

HSL color Cylindrical-coordinate representation of color #D37BC8: hue angle of 307.5º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37BC8 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB211123200-
CMYK00.420.050.17
HSL307.5º50%65.49%-
HSV(B)307.5º41.71%82.75%-
XYZ44.3732.1858.52-
YUV158.09151.65165.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 123 (48.44% from 255) = 23.03%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=39.51%
G=23.03%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112320000.420.050.17307.55065.49
HexD37BC802A5111343241
Octal32317331005252146462101
Binary110100111111011110010000101010101100011001101001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37BC8; }

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

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

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

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

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

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

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

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