Html Css Color HEX #D15CFB Heliotrope

📋 copy color: '#D15CFB'

red 209 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #D15CFB

Tints of Heliotrope #D15CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.67%

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

R = 37.86%
G = 16.67%
B = 45.47%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D15CFB (or 0xD15CFB) is known color: Heliotrope. HEX triplet: D1, 5C and FB. RGB value is (209,92,251). Sum of RGB (Red+Green+Blue) = 209+92+251=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #D15CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CFB is #2EA304. Grayscale: #909090. Windows color (decimal): -3056389 or 16473297. OLE color: 16473297.

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

Color convert

RGB 209 92 251 -
CMYK 0.17 0.63 0 0.02
HSL 284.15º 0.95% 0.67% -
HSV(B) 284.15º 0.63% 0.98% -
XYZ 47.53 28.17 94.2 -
YUV 145.11 187.76 173.57 -
System Red Green Blue C M Y K H S L
Decimal 209 92 251 0.17 0.63 0 0.02 284.15 0.95 0.67
Hex D1 5C FB 11 3F 0 2 11C 5F 43
Octal 321 134 373 21 77 0 2 434 137 103
Binary 11010001 1011100 11111011 10001 111111 0 10 100011100 1011111 1000011

Color Harmonies of #D15CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CFB

Black with #D15CFB

Text Example


Text Example

White with #D15CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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