#D57FC8

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

Shades of Orchid #D57FC8

Tints of Orchid #D57FC8

Color information

#D57FC8 (or 0xD57FC8) is unknown color: approx Orchid. HEX triplet: D5, 7F and C8. RGB value is (213,127,200). Sum of RGB (Red+Green+Blue) = 213+127+200=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC8 is #2A8037. Grayscale: #A0A0A0. Windows color (decimal): -2785336 or 13139925. OLE color: 13139925.

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

Color convert

RGB213127200-
CMYK00.400.060.16
HSL309.07º50.59%66.67%-
HSV(B)309.07º40.38%83.53%-
XYZ45.4633.558.71-
YUV161.04149.99165.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=39.44%
G=23.52%
B=37.04%

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
Decimal21312720000.400.060.16309.0750.5966.67
HexD57FC80286101353343
Octal32517731005062046563103
Binary110101011111111110010000101000110100001001101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FC8; }

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

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

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

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

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

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

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

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