#D575DF

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

Shades of Orchid #D575DF

Tints of Orchid #D575DF

Color information

#D575DF (or 0xD575DF) is unknown color: approx Orchid. HEX triplet: D5, 75 and DF. RGB value is (213,117,223). Sum of RGB (Red+Green+Blue) = 213+117+223=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D575DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575DF is #2A8A20. Grayscale: #9D9D9D. Windows color (decimal): -2787873 or 14644693. OLE color: 14644693.

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

Color convert

RGB213117223-
CMYK0.040.4800.13
HSL294.34º62.35%66.67%-
HSV(B)294.34º47.53%87.45%-
XYZ47.1232.273.54-
YUV157.79164.8167.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 117 (46.09% from 255) = 21.16%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=38.52%
G=21.16%
B=40.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131172230.040.4800.13294.3462.3566.67
HexD575DF4300D1263e43
Octal32516533746001544676103
Binary11010101111010111011111100110000011011001001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575DF; }

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

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

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

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

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

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

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

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