#C15CFF

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

Shades of Heliotrope #C15CFF

Tints of Heliotrope #C15CFF

Color information

#C15CFF (or 0xC15CFF) is unknown color: approx Heliotrope. HEX triplet: C1, 5C and FF. RGB value is (193,92,255). Sum of RGB (Red+Green+Blue) = 193+92+255=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #C15CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CFF is #3EA300. Grayscale: #8C8C8C. Windows color (decimal): -4104961 or 16735425. OLE color: 16735425.

HSL color Cylindrical-coordinate representation of color #C15CFF: hue angle of 277.18º 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 #C15CFF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19392255-
CMYK0.240.6400
HSL277.18º100%68.04%-
HSV(B)277.18º63.92%100%-
XYZ43.8726.2197.35-
YUV140.78192.46165.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 92 (36.33% from 255) = 17.04%
BLUE value IS 255 (100% from 255) = 47.22%
R=35.74%
G=17.04%
B=47.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193922550.240.6400277.1810068.04
HexC15CFF1840001156444
Octal3011343773010000425144104
Binary110000011011100111111111100010000000010001010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CFF; }

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

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

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

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

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

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

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

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