#C15FFF

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

Shades of Heliotrope #C15FFF

Tints of Heliotrope #C15FFF

Color information

#C15FFF (or 0xC15FFF) is unknown color: approx Heliotrope. HEX triplet: C1, 5F and FF. RGB value is (193,95,255). Sum of RGB (Red+Green+Blue) = 193+95+255=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #C15FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FFF is #3EA000. Grayscale: #8E8E8E. Windows color (decimal): -4104193 or 16736193. OLE color: 16736193.

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

Color convert

RGB19395255-
CMYK0.240.6300
HSL276.75º100%68.63%-
HSV(B)276.75º62.75%100%-
XYZ44.1326.7497.44-
YUV142.54191.47163.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 95 (37.5% from 255) = 17.50%
BLUE value IS 255 (100% from 255) = 46.96%
R=35.54%
G=17.50%
B=46.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193952550.240.6300276.7510068.63
HexC15FFF183F001156445
Octal301137377307700425144105
Binary11000001101111111111111110001111110010001010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15FFF; }

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

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

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

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

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

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

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

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