Html Css Color HEX #D15CFE Heliotrope

📋 copy color: '#D15CFE'

red 209 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #D15CFE

Tints of Heliotrope #D15CFE

RGB

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

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

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

R = 37.66%
G = 16.58%
B = 45.77%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D15CFE (or 0xD15CFE) is known color: Heliotrope. HEX triplet: D1, 5C and FE. RGB value is (209,92,254). Sum of RGB (Red+Green+Blue) = 209+92+254=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #D15CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CFE is #2EA301. Grayscale: #909090. Windows color (decimal): -3056386 or 16669905. OLE color: 16669905.

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

Color convert

RGB 209 92 254 -
CMYK 0.18 0.64 0 0.00
HSL 283.33º 0.99% 0.68% -
HSV(B) 283.33º 0.64% 1% -
XYZ 48.01 28.37 96.71 -
YUV 145.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 209 92 254 0.18 0.64 0 0.00 283.33 0.99 0.68
Hex D1 5C FE 12 40 0 0 11B 63 44
Octal 321 134 376 22 100 0 0 433 143 104
Binary 11010001 1011100 11111110 10010 1000000 0 0 100011011 1100011 1000100

Color Harmonies of #D15CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CFE

Black with #D15CFE

Text Example


Text Example

White with #D15CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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