Html Css Color HEX #D57AD2 Orchid

📋 copy color: '#D57AD2'

red 213 ◦ green 122 ◦ blue 210

#D57AD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D57AD2

Tints of Orchid #D57AD2

RGB

 RED value IS 213 (83.59% from 255) = 39.08%

 GREEN value IS 122 (48.05% from 255) = 22.39%

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 39.08%
G = 22.39%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D57AD2 (or 0xD57AD2) is known color: Orchid. HEX triplet: D5, 7A and D2. RGB value is (213,122,210). Sum of RGB (Red+Green+Blue) = 213+122+210=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AD2 is #2A852D. Grayscale: #9E9E9E. Windows color (decimal): -2786606 or 13794005. OLE color: 13794005.

HSL color Cylindrical-coordinate representation of color #D57AD2: hue angle of 301.98º degrees, saturation: 0.52, 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 #D57AD2 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 122 210 -
CMYK 0 0.43 0.01 0.16
HSL 301.98º 0.52% 0.66% -
HSV(B) 301.98º 0.43% 0.84% -
XYZ 46.03 32.72 64.86 -
YUV 159.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 213 122 210 0 0.43 0.01 0.16 301.98 0.52 0.66
Hex D5 7A D2 0 2B 1 10 12E 34 42
Octal 325 172 322 0 53 1 20 456 64 102
Binary 11010101 1111010 11010010 0 101011 1 10000 100101110 110100 1000010

Color Harmonies of #D57AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AD2

Black with #D57AD2

Text Example


Text Example

White with #D57AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AD2; }

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

 H1.HeaderClassName
 {
   color: #D57AD2;
 }
 .AnyTagClassName
 {
   color: #D57AD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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