#D57ADC

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

Shades of Orchid #D57ADC

Tints of Orchid #D57ADC

Color information

#D57ADC (or 0xD57ADC) is unknown color: approx Orchid. HEX triplet: D5, 7A and DC. RGB value is (213,122,220). Sum of RGB (Red+Green+Blue) = 213+122+220=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #D57ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ADC is #2A8523. Grayscale: #A0A0A0. Windows color (decimal): -2786596 or 14449365. OLE color: 14449365.

HSL color Cylindrical-coordinate representation of color #D57ADC: hue angle of 295.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57ADC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213122220-
CMYK0.030.4500.14
HSL295.71º58.33%67.06%-
HSV(B)295.71º44.55%86.27%-
XYZ47.3233.2371.63-
YUV160.38161.65165.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=38.38%
G=21.98%
B=39.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131222200.030.4500.14295.7158.3367.06
HexD57ADC32D0E1283a43
Octal32517233435501645072103
Binary1101010111110101101110011101101011101001010001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57ADC; }

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

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

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

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

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

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

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

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