Html Css Color HEX #D57EED Heliotrope

📋 copy color: '#D57EED'

red 213 ◦ green 126 ◦ blue 237

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

Shades of Heliotrope #D57EED

Tints of Heliotrope #D57EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 36.98%
G = 21.88%
B = 41.15%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D57EED (or 0xD57EED) is known color: Heliotrope. HEX triplet: D5, 7E and ED. RGB value is (213,126,237). Sum of RGB (Red+Green+Blue) = 213+126+237=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #D57EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57EED is #2A8112. Grayscale: #A4A4A4. Windows color (decimal): -2785555 or 15564501. OLE color: 15564501.

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

Color convert

RGB 213 126 237 -
CMYK 0.10 0.47 0 0.07
HSL 287.03º 0.76% 0.71% -
HSV(B) 287.03º 0.47% 0.93% -
XYZ 50.19 35.18 84.27 -
YUV 164.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 213 126 237 0.10 0.47 0 0.07 287.03 0.76 0.71
Hex D5 7E ED A 2F 0 7 11F 4C 47
Octal 325 176 355 12 57 0 7 437 114 107
Binary 11010101 1111110 11101101 1010 101111 0 111 100011111 1001100 1000111

Color Harmonies of #D57EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EED

Black with #D57EED

Text Example


Text Example

White with #D57EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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