#D57FCC

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

Shades of Orchid #D57FCC

Tints of Orchid #D57FCC

Color information

#D57FCC (or 0xD57FCC) is unknown color: approx Orchid. HEX triplet: D5, 7F and CC. RGB value is (213,127,204). Sum of RGB (Red+Green+Blue) = 213+127+204=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FCC is #2A8033. Grayscale: #A1A1A1. Windows color (decimal): -2785332 or 13402069. OLE color: 13402069.

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

Color convert

RGB213127204-
CMYK00.400.040.16
HSL306.28º50.59%66.67%-
HSV(B)306.28º40.38%83.53%-
XYZ45.9333.6861.21-
YUV161.49151.99164.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=39.15%
G=23.35%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312720400.400.040.16306.2850.5966.67
HexD57FCC0284101323343
Octal32517731405042046263103
Binary110101011111111110011000101000100100001001100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FCC; }

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

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

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

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

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

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

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

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