#D15CFF

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

Shades of Heliotrope #D15CFF

Tints of Heliotrope #D15CFF

Color information

#D15CFF (or 0xD15CFF) is unknown color: approx Heliotrope. HEX triplet: D1, 5C and FF. RGB value is (209,92,255). Sum of RGB (Red+Green+Blue) = 209+92+255=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #D15CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CFF is #2EA300. Grayscale: #919191. Windows color (decimal): -3056385 or 16735441. OLE color: 16735441.

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

Color convert

RGB20992255-
CMYK0.180.6400
HSL283.07º100%68.04%-
HSV(B)283.07º63.92%100%-
XYZ48.1728.4397.56-
YUV145.56189.76173.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 92 (36.33% from 255) = 16.55%
BLUE value IS 255 (100% from 255) = 45.86%
R=37.59%
G=16.55%
B=45.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209922550.180.6400283.0710068.04
HexD15CFF12400011b6444
Octal3211343772210000433144104
Binary110100011011100111111111001010000000010001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CFF; }

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

 H1.HeaderClassName
 {
   color: #D15CFF;
 }
 .AnyTagClassName
 {
   color: #D15CFF;
 }
</style>
background-color css

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

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

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

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

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

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