#D57FC9

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

Shades of Orchid #D57FC9

Tints of Orchid #D57FC9

Color information

#D57FC9 (or 0xD57FC9) is unknown color: approx Orchid. HEX triplet: D5, 7F and C9. RGB value is (213,127,201). Sum of RGB (Red+Green+Blue) = 213+127+201=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC9 is #2A8036. Grayscale: #A0A0A0. Windows color (decimal): -2785335 or 13205461. OLE color: 13205461.

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

Color convert

RGB213127201-
CMYK00.400.060.16
HSL308.37º50.59%66.67%-
HSV(B)308.37º40.38%83.53%-
XYZ45.5733.5459.33-
YUV161.15150.49164.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 201 (78.91% from 255) = 37.15%
R=39.37%
G=23.48%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312720100.400.060.16308.3750.5966.67
HexD57FC90286101343343
Octal32517731105062046463103
Binary110101011111111110010010101000110100001001101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FC9; }

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

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

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

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

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

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

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

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