#d37cc3

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

Shades of Orchid #D37CC3

Tints of Orchid #D37CC3

Color information

#D37CC3 (or 0xD37CC3) is unknown color: approx Orchid. HEX triplet: D3, 7C and C3. RGB value is (211,124,195). Sum of RGB (Red+Green+Blue) = 211+124+195=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CC3 is #2C833C. Grayscale: #9D9D9D. Windows color (decimal): -2917181 or 12811475. OLE color: 12811475.

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

Color convert

RGB211124195-
CMYK00.410.080.17
HSL311.03º49.71%65.69%-
HSV(B)311.03º41.23%82.75%-
XYZ43.9232.255.53-
YUV158.11148.82165.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 124 (48.83% from 255) = 23.40%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=39.81%
G=23.40%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112419500.410.080.17311.0349.7165.69
HexD37CC30298111373242
Octal323174303051102146762102
Binary1101001111111001100001101010011000100011001101111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d37cc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d37cc3; }

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

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

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

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

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

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

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

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