#D15CFE

Color #D15CFE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D15CFE

Tints of Heliotrope #D15CFE

Color information

#D15CFE (or 0xD15CFE) is unknown color: approx 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

RGB20992254-
CMYK0.180.6400.00
HSL283.33º98.78%67.84%-
HSV(B)283.33º63.78%99.61%-
XYZ48.0128.3796.71-
YUV145.45189.26173.33-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal209922540.180.6400.00283.3398.7867.84
HexD15CFE12400011b6344
Octal3211343762210000433143104
Binary110100011011100111111101001010000000010001101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>