#d57ad6

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

Shades of Orchid #D57AD6

Tints of Orchid #D57AD6

Color information

#D57AD6 (or 0xD57AD6) is unknown color: approx Orchid. HEX triplet: D5, 7A and D6. RGB value is (213,122,214). Sum of RGB (Red+Green+Blue) = 213+122+214=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #D57AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AD6 is #2A8529. Grayscale: #9F9F9F. Windows color (decimal): -2786602 or 14056149. OLE color: 14056149.

HSL color Cylindrical-coordinate representation of color #D57AD6: hue angle of 299.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57AD6 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213122214-
CMYK0.000.4300.16
HSL299.35º52.87%65.88%-
HSV(B)299.35º42.99%83.92%-
XYZ46.5432.9267.52-
YUV159.7158.65166.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=38.80%
G=22.22%
B=38.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131222140.000.4300.16299.3552.8765.88
HexD57AD602B01012b3542
Octal32517232605302045365102
Binary1101010111110101101011001010110100001001010111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d57ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d57ad6; }

 p { color: rgb(213,122,214); }

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

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

 a { background-color: rgb(213,122,214); }

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

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

 span { border-color: rgb(213,122,214); }

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