Html Css Color HEX #D57EFB Heliotrope

📋 copy color: '#D57EFB'

red 213 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #D57EFB

Tints of Heliotrope #D57EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 36.1%
G = 21.36%
B = 42.54%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D57EFB (or 0xD57EFB) is known color: Heliotrope. HEX triplet: D5, 7E and FB. RGB value is (213,126,251). Sum of RGB (Red+Green+Blue) = 213+126+251=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #D57EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57EFB is #2A8104. Grayscale: #A5A5A5. Windows color (decimal): -2785541 or 16482005. OLE color: 16482005.

HSL color Cylindrical-coordinate representation of color #D57EFB: hue angle of 281.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57EFB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 126 251 -
CMYK 0.15 0.50 0 0.02
HSL 281.76º 0.94% 0.74% -
HSV(B) 281.76º 0.5% 0.98% -
XYZ 52.31 36.03 95.46 -
YUV 166.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 213 126 251 0.15 0.50 0 0.02 281.76 0.94 0.74
Hex D5 7E FB F 32 0 2 11A 5E 4A
Octal 325 176 373 17 62 0 2 432 136 112
Binary 11010101 1111110 11111011 1111 110010 0 10 100011010 1011110 1001010

Color Harmonies of #D57EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EFB

Black with #D57EFB

Text Example


Text Example

White with #D57EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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