#D575D1

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

Shades of Orchid #D575D1

Tints of Orchid #D575D1

Color information

#D575D1 (or 0xD575D1) is unknown color: approx Orchid. HEX triplet: D5, 75 and D1. RGB value is (213,117,209). Sum of RGB (Red+Green+Blue) = 213+117+209=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D575D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575D1 is #2A8A2E. Grayscale: #9B9B9B. Windows color (decimal): -2787887 or 13727189. OLE color: 13727189.

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

Color convert

RGB213117209-
CMYK00.450.020.16
HSL302.5º53.33%64.71%-
HSV(B)302.5º45.07%83.53%-
XYZ45.3131.4764.01-
YUV156.19157.8168.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=39.52%
G=21.71%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311720900.450.020.16302.553.3364.71
HexD575D102D21012e3541
Octal32516532105522045665101
Binary11010101111010111010001010110110100001001011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575D1; }

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

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

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

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

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

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

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

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