Html Css Color HEX #D57AFC Heliotrope

📋 copy color: '#D57AFC'

red 213 ◦ green 122 ◦ blue 252

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

Shades of Heliotrope #D57AFC

Tints of Heliotrope #D57AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 36.29%
G = 20.78%
B = 42.93%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D57AFC (or 0xD57AFC) is known color: Heliotrope. HEX triplet: D5, 7A and FC. RGB value is (213,122,252). Sum of RGB (Red+Green+Blue) = 213+122+252=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #D57AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57AFC is #2A8503. Grayscale: #A3A3A3. Windows color (decimal): -2786564 or 16546517. OLE color: 16546517.

HSL color Cylindrical-coordinate representation of color #D57AFC: hue angle of 282º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D57AFC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 122 252 -
CMYK 0.15 0.52 0 0.01
HSL 282º 0.96% 0.73% -
HSV(B) 282º 0.52% 0.99% -
XYZ 51.97 35.09 96.13 -
YUV 164.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 213 122 252 0.15 0.52 0 0.01 282 0.96 0.73
Hex D5 7A FC F 34 0 1 11A 60 49
Octal 325 172 374 17 64 0 1 432 140 111
Binary 11010101 1111010 11111100 1111 110100 0 1 100011010 1100000 1001001

Color Harmonies of #D57AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AFC

Black with #D57AFC

Text Example


Text Example

White with #D57AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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