#D57FCE

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

Shades of Orchid #D57FCE

Tints of Orchid #D57FCE

Color information

#D57FCE (or 0xD57FCE) is unknown color: approx Orchid. HEX triplet: D5, 7F and CE. RGB value is (213,127,206). Sum of RGB (Red+Green+Blue) = 213+127+206=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FCE is #2A8031. Grayscale: #A1A1A1. Windows color (decimal): -2785330 or 13533141. OLE color: 13533141.

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

Color convert

RGB213127206-
CMYK00.400.030.16
HSL304.88º50.59%66.67%-
HSV(B)304.88º40.38%83.53%-
XYZ46.1733.7862.48-
YUV161.72152.99164.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=39.01%
G=23.26%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312720600.400.030.16304.8850.5966.67
HexD57FCE0283101313343
Octal32517731605032046163103
Binary11010101111111111001110010100011100001001100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FCE; }

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

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

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

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

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

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

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

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