#d576de

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

Shades of Orchid #D576DE

Tints of Orchid #D576DE

Color information

#D576DE (or 0xD576DE) is unknown color: approx Orchid. HEX triplet: D5, 76 and DE. RGB value is (213,118,222). Sum of RGB (Red+Green+Blue) = 213+118+222=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #D576DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576DE is #2A8921. Grayscale: #9D9D9D. Windows color (decimal): -2787618 or 14579413. OLE color: 14579413.

HSL color Cylindrical-coordinate representation of color #D576DE: hue angle of 294.81º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D576DE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213118222-
CMYK0.040.4700.13
HSL294.81º61.18%66.67%-
HSV(B)294.81º46.85%87.06%-
XYZ47.132.3872.87-
YUV158.26163.97167.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=38.52%
G=21.34%
B=40.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131182220.040.4700.13294.8161.1866.67
HexD576DE42F0D1273d43
Octal32516633645701544775103
Binary11010101111011011011110100101111011011001001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d576de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d576de; }

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

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

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

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

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

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

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

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