Html Css Color HEX #D15BFB Heliotrope

📋 copy color: '#D15BFB'

red 209 ◦ green 91 ◦ blue 251

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

Shades of Heliotrope #D15BFB

Tints of Heliotrope #D15BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.52%

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

R = 37.93%
G = 16.52%
B = 45.55%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D15BFB (or 0xD15BFB) is known color: Heliotrope. HEX triplet: D1, 5B and FB. RGB value is (209,91,251). Sum of RGB (Red+Green+Blue) = 209+91+251=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 91 (35.94% from 255 or 16.52% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #D15BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15BFB is #2EA404. Grayscale: #909090. Windows color (decimal): -3056645 or 16473041. OLE color: 16473041.

HSL color Cylindrical-coordinate representation of color #D15BFB: hue angle of 284.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D15BFB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 91 251 -
CMYK 0.17 0.64 0 0.02
HSL 284.25º 0.95% 0.67% -
HSV(B) 284.25º 0.64% 0.98% -
XYZ 47.45 28 94.17 -
YUV 144.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 209 91 251 0.17 0.64 0 0.02 284.25 0.95 0.67
Hex D1 5B FB 11 40 0 2 11C 5F 43
Octal 321 133 373 21 100 0 2 434 137 103
Binary 11010001 1011011 11111011 10001 1000000 0 10 100011100 1011111 1000011

Color Harmonies of #D15BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15BFB

Black with #D15BFB

Text Example


Text Example

White with #D15BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15BFB; }

 p { color: rgb(209,91,251); }

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

background-color css

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

 a { background-color: rgb(209,91,251); }

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

border-color css

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

 span { border-color: rgb(209,91,251); }

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