Html Css Color HEX #D15AFE Heliotrope

📋 copy color: '#D15AFE'

red 209 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #D15AFE

Tints of Heliotrope #D15AFE

RGB

 RED value IS 209 (82.03% from 255) = 37.79%

 GREEN value IS 90 (35.55% from 255) = 16.27%

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

R = 37.79%
G = 16.27%
B = 45.93%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D15AFE (or 0xD15AFE) is known color: Heliotrope. HEX triplet: D1, 5A and FE. RGB value is (209,90,254). Sum of RGB (Red+Green+Blue) = 209+90+254=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #D15AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AFE is #2EA501. Grayscale: #8F8F8F. Windows color (decimal): -3056898 or 16669393. OLE color: 16669393.

HSL color Cylindrical-coordinate representation of color #D15AFE: hue angle of 283.54º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D15AFE is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 90 254 -
CMYK 0.18 0.65 0 0.00
HSL 283.54º 0.99% 0.67% -
HSV(B) 283.54º 0.65% 1% -
XYZ 47.84 28.02 96.65 -
YUV 144.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 209 90 254 0.18 0.65 0 0.00 283.54 0.99 0.67
Hex D1 5A FE 12 41 0 0 11C 63 43
Octal 321 132 376 22 101 0 0 434 143 103
Binary 11010001 1011010 11111110 10010 1000001 0 0 100011100 1100011 1000011

Color Harmonies of #D15AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AFE

Black with #D15AFE

Text Example


Text Example

White with #D15AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AFE; }

 p { color: rgb(209,90,254); }

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

background-color css

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

 a { background-color: rgb(209,90,254); }

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

border-color css

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

 span { border-color: rgb(209,90,254); }

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