#D57FD5

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

Shades of Orchid #D57FD5

Tints of Orchid #D57FD5

Color information

#D57FD5 (or 0xD57FD5) is unknown color: approx Orchid. HEX triplet: D5, 7F and D5. RGB value is (213,127,213). Sum of RGB (Red+Green+Blue) = 213+127+213=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D57FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD5 is #2A802A. Grayscale: #A2A2A2. Windows color (decimal): -2785323 or 13991893. OLE color: 13991893.

HSL color Cylindrical-coordinate representation of color #D57FD5: hue angle of 300º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FD5 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213127213-
CMYK00.4000.16
HSL300º50.59%66.67%-
HSV(B)300º40.38%83.53%-
XYZ47.0434.1367.06-
YUV162.52156.49164.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=38.52%
G=22.97%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312721300.4000.1630050.5966.67
HexD57FD502801012c3343
Octal32517732505002045463103
Binary1101010111111111101010101010000100001001011001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FD5; }

 p { color: rgb(213,127,213); }

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

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

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

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

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

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

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