#D576CA

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

Shades of Orchid #D576CA

Tints of Orchid #D576CA

Color information

#D576CA (or 0xD576CA) is unknown color: approx Orchid. HEX triplet: D5, 76 and CA. RGB value is (213,118,202). Sum of RGB (Red+Green+Blue) = 213+118+202=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D576CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576CA is #2A8935. Grayscale: #9B9B9B. Windows color (decimal): -2787638 or 13268693. OLE color: 13268693.

HSL color Cylindrical-coordinate representation of color #D576CA: hue angle of 306.95º 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 #D576CA is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213118202-
CMYK00.450.050.16
HSL306.95º53.07%64.9%-
HSV(B)306.95º44.6%83.53%-
XYZ44.5831.3759.58-
YUV155.98153.97168.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 118 (46.48% from 255) = 22.14%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=39.96%
G=22.14%
B=37.90%

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
Decimal21311820200.450.050.16306.9553.0764.9
HexD576CA02D5101333541
Octal32516631205552046365101
Binary110101011110110110010100101101101100001001100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D576CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D576CA; }

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

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

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

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

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

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

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

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