Html Css Color HEX #D15EFC Heliotrope

📋 copy color: '#D15EFC'

red 209 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #D15EFC

Tints of Heliotrope #D15EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.94%

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 37.66%
G = 16.94%
B = 45.41%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D15EFC (or 0xD15EFC) is known color: Heliotrope. HEX triplet: D1, 5E and FC. RGB value is (209,94,252). Sum of RGB (Red+Green+Blue) = 209+94+252=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #D15EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15EFC is #2EA103. Grayscale: #919191. Windows color (decimal): -3055876 or 16539345. OLE color: 16539345.

HSL color Cylindrical-coordinate representation of color #D15EFC: hue angle of 283.67º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D15EFC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 94 252 -
CMYK 0.17 0.63 0 0.01
HSL 283.67º 0.96% 0.68% -
HSV(B) 283.67º 0.63% 0.99% -
XYZ 47.87 28.59 95.09 -
YUV 146.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 209 94 252 0.17 0.63 0 0.01 283.67 0.96 0.68
Hex D1 5E FC 11 3F 0 1 11C 60 44
Octal 321 136 374 21 77 0 1 434 140 104
Binary 11010001 1011110 11111100 10001 111111 0 1 100011100 1100000 1000100

Color Harmonies of #D15EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EFC

Black with #D15EFC

Text Example


Text Example

White with #D15EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EFC; }

 p { color: rgb(209,94,252); }

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

background-color css

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

 a { background-color: rgb(209,94,252); }

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

border-color css

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

 span { border-color: rgb(209,94,252); }

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