Html Css Color HEX #D57AFE Heliotrope

📋 copy color: '#D57AFE'

red 213 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #D57AFE

Tints of Heliotrope #D57AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 36.16%
G = 20.71%
B = 43.12%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D57AFE (or 0xD57AFE) is known color: Heliotrope. HEX triplet: D5, 7A and FE. RGB value is (213,122,254). Sum of RGB (Red+Green+Blue) = 213+122+254=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #D57AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57AFE is #2A8501. Grayscale: #A3A3A3. Windows color (decimal): -2786562 or 16677589. OLE color: 16677589.

HSL color Cylindrical-coordinate representation of color #D57AFE: hue angle of 281.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D57AFE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 122 254 -
CMYK 0.16 0.52 0 0.00
HSL 281.36º 0.99% 0.74% -
HSV(B) 281.36º 0.52% 1% -
XYZ 52.29 35.22 97.81 -
YUV 164.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 213 122 254 0.16 0.52 0 0.00 281.36 0.99 0.74
Hex D5 7A FE 10 34 0 0 119 63 4A
Octal 325 172 376 20 64 0 0 431 143 112
Binary 11010101 1111010 11111110 10000 110100 0 0 100011001 1100011 1001010

Color Harmonies of #D57AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AFE

Black with #D57AFE

Text Example


Text Example

White with #D57AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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