#D57FD7

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

Shades of Orchid #D57FD7

Tints of Orchid #D57FD7

Color information

#D57FD7 (or 0xD57FD7) is unknown color: approx Orchid. HEX triplet: D5, 7F and D7. RGB value is (213,127,215). Sum of RGB (Red+Green+Blue) = 213+127+215=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #D57FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD7 is #2A8028. Grayscale: #A2A2A2. Windows color (decimal): -2785321 or 14122965. OLE color: 14122965.

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

Color convert

RGB213127215-
CMYK0.010.4100.16
HSL298.64º52.38%67.06%-
HSV(B)298.64º40.93%84.31%-
XYZ47.334.2368.4-
YUV162.75157.49163.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 215 (84.38% from 255) = 38.74%
R=38.38%
G=22.88%
B=38.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131272150.010.4100.16298.6452.3867.06
HexD57FD712901012b3443
Octal32517732715102045364103
Binary1101010111111111101011111010010100001001010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FD7; }

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

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

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

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

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

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

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

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