#D37CCB

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

Shades of Orchid #D37CCB

Tints of Orchid #D37CCB

Color information

#D37CCB (or 0xD37CCB) is unknown color: approx Orchid. HEX triplet: D3, 7C and CB. RGB value is (211,124,203). Sum of RGB (Red+Green+Blue) = 211+124+203=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CCB is #2C8334. Grayscale: #9E9E9E. Windows color (decimal): -2917173 or 13335763. OLE color: 13335763.

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

Color convert

RGB211124203-
CMYK00.410.040.17
HSL305.52º49.71%65.69%-
HSV(B)305.52º41.23%82.75%-
XYZ44.8532.5860.42-
YUV159.02152.82165.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 124 (48.83% from 255) = 23.05%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=39.22%
G=23.05%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112420300.410.040.17305.5249.7165.69
HexD37CCB0294111323242
Octal32317431305142146262102
Binary110100111111100110010110101001100100011001100101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37CCB; }

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

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

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

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

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

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

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

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