Html Css Color HEX #D57FFE Heliotrope

📋 copy color: '#D57FFE'

red 213 ◦ green 127 ◦ blue 254

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

Shades of Heliotrope #D57FFE

Tints of Heliotrope #D57FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 21.38%

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

R = 35.86%
G = 21.38%
B = 42.76%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D57FFE (or 0xD57FFE) is known color: Heliotrope. HEX triplet: D5, 7F and FE. RGB value is (213,127,254). Sum of RGB (Red+Green+Blue) = 213+127+254=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #D57FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FFE is #2A8001. Grayscale: #A6A6A6. Windows color (decimal): -2785282 or 16678869. OLE color: 16678869.

HSL color Cylindrical-coordinate representation of color #D57FFE: hue angle of 280.63º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57FFE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 127 254 -
CMYK 0.16 0.50 0 0.00
HSL 280.63º 0.98% 0.75% -
HSV(B) 280.63º 0.5% 1% -
XYZ 52.92 36.48 98.02 -
YUV 167.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 213 127 254 0.16 0.50 0 0.00 280.63 0.98 0.75
Hex D5 7F FE 10 32 0 0 119 62 4B
Octal 325 177 376 20 62 0 0 431 142 113
Binary 11010101 1111111 11111110 10000 110010 0 0 100011001 1100010 1001011

Color Harmonies of #D57FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FFE

Black with #D57FFE

Text Example


Text Example

White with #D57FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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