#D576CB

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

Shades of Orchid #D576CB

Tints of Orchid #D576CB

Color information

#D576CB (or 0xD576CB) is unknown color: approx Orchid. HEX triplet: D5, 76 and CB. RGB value is (213,118,203). Sum of RGB (Red+Green+Blue) = 213+118+203=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D576CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576CB is #2A8934. Grayscale: #9B9B9B. Windows color (decimal): -2787637 or 13334229. OLE color: 13334229.

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

Color convert

RGB213118203-
CMYK00.450.050.16
HSL306.32º53.07%64.9%-
HSV(B)306.32º44.6%83.53%-
XYZ44.731.4160.21-
YUV156.09154.47168.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 118 (46.48% from 255) = 22.10%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=39.89%
G=22.10%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311820300.450.050.16306.3253.0764.9
HexD576CB02D5101323541
Octal32516631305552046265101
Binary110101011110110110010110101101101100001001100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D576CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D576CB; }

 p { color: rgb(213,118,203); }

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

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

 a { background-color: rgb(213,118,203); }

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

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

 span { border-color: rgb(213,118,203); }

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