Html Css Color HEX #D57AEC Heliotrope

📋 copy color: '#D57AEC'

red 213 ◦ green 122 ◦ blue 236

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

Shades of Heliotrope #D57AEC

Tints of Heliotrope #D57AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 37.3%
G = 21.37%
B = 41.33%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D57AEC (or 0xD57AEC) is known color: Heliotrope. HEX triplet: D5, 7A and EC. RGB value is (213,122,236). Sum of RGB (Red+Green+Blue) = 213+122+236=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #D57AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57AEC is #2A8513. Grayscale: #A1A1A1. Windows color (decimal): -2786580 or 15497941. OLE color: 15497941.

HSL color Cylindrical-coordinate representation of color #D57AEC: hue angle of 287.89º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57AEC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 122 236 -
CMYK 0.10 0.48 0 0.07
HSL 287.89º 0.75% 0.7% -
HSV(B) 287.89º 0.48% 0.93% -
XYZ 49.54 34.12 83.33 -
YUV 162.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 213 122 236 0.10 0.48 0 0.07 287.89 0.75 0.7
Hex D5 7A EC A 30 0 7 120 4B 46
Octal 325 172 354 12 60 0 7 440 113 106
Binary 11010101 1111010 11101100 1010 110000 0 111 100100000 1001011 1000110

Color Harmonies of #D57AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AEC

Black with #D57AEC

Text Example


Text Example

White with #D57AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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