Html Css Color HEX #D15FFC Heliotrope

📋 copy color: '#D15FFC'

red 209 ◦ green 95 ◦ blue 252

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

Shades of Heliotrope #D15FFC

Tints of Heliotrope #D15FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.09%

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

R = 37.59%
G = 17.09%
B = 45.32%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D15FFC (or 0xD15FFC) is known color: Heliotrope. HEX triplet: D1, 5F and FC. RGB value is (209,95,252). Sum of RGB (Red+Green+Blue) = 209+95+252=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #D15FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FFC is #2EA003. Grayscale: #929292. Windows color (decimal): -3055620 or 16539601. OLE color: 16539601.

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

Color convert

RGB 209 95 252 -
CMYK 0.17 0.62 0 0.01
HSL 283.57º 0.96% 0.68% -
HSV(B) 283.57º 0.62% 0.99% -
XYZ 47.96 28.77 95.12 -
YUV 146.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 209 95 252 0.17 0.62 0 0.01 283.57 0.96 0.68
Hex D1 5F FC 11 3E 0 1 11C 60 44
Octal 321 137 374 21 76 0 1 434 140 104
Binary 11010001 1011111 11111100 10001 111110 0 1 100011100 1100000 1000100

Color Harmonies of #D15FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FFC

Black with #D15FFC

Text Example


Text Example

White with #D15FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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