#D575D9

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

Shades of Orchid #D575D9

Tints of Orchid #D575D9

Color information

#D575D9 (or 0xD575D9) is unknown color: approx Orchid. HEX triplet: D5, 75 and D9. RGB value is (213,117,217). Sum of RGB (Red+Green+Blue) = 213+117+217=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #D575D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575D9 is #2A8A26. Grayscale: #9C9C9C. Windows color (decimal): -2787879 or 14251477. OLE color: 14251477.

HSL color Cylindrical-coordinate representation of color #D575D9: hue angle of 297.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D575D9 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213117217-
CMYK0.020.4600.15
HSL297.6º56.82%65.49%-
HSV(B)297.6º46.08%85.1%-
XYZ46.3331.8869.36-
YUV157.1161.8167.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 117 (46.09% from 255) = 21.39%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=38.94%
G=21.39%
B=39.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131172170.020.4600.15297.656.8265.49
HexD575D922E0F12a3941
Octal32516533125601745271101
Binary1101010111101011101100110101110011111001010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575D9; }

 p { color: rgb(213,117,217); }

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

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

 a { background-color: rgb(213,117,217); }

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

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

 span { border-color: rgb(213,117,217); }

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