Html Css Color HEX #D57EFD Heliotrope

📋 copy color: '#D57EFD'

red 213 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #D57EFD

Tints of Heliotrope #D57EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.28%

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 35.98%
G = 21.28%
B = 42.74%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D57EFD (or 0xD57EFD) is known color: Heliotrope. HEX triplet: D5, 7E and FD. RGB value is (213,126,253). Sum of RGB (Red+Green+Blue) = 213+126+253=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 126 (49.61% from 255 or 21.28% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #D57EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57EFD is #2A8102. Grayscale: #A6A6A6. Windows color (decimal): -2785539 or 16613077. OLE color: 16613077.

HSL color Cylindrical-coordinate representation of color #D57EFD: hue angle of 281.1º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57EFD is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 126 253 -
CMYK 0.16 0.50 0 0.01
HSL 281.1º 0.97% 0.74% -
HSV(B) 281.1º 0.5% 0.99% -
XYZ 52.63 36.16 97.13 -
YUV 166.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 213 126 253 0.16 0.50 0 0.01 281.1 0.97 0.74
Hex D5 7E FD 10 32 0 1 119 61 4A
Octal 325 176 375 20 62 0 1 431 141 112
Binary 11010101 1111110 11111101 10000 110010 0 1 100011001 1100001 1001010

Color Harmonies of #D57EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EFD

Black with #D57EFD

Text Example


Text Example

White with #D57EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EFD; }

 p { color: rgb(213,126,253); }

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

background-color css

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

 a { background-color: rgb(213,126,253); }

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

border-color css

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

 span { border-color: rgb(213,126,253); }

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