#C166FE

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

Shades of Heliotrope #C166FE

Tints of Heliotrope #C166FE

Color information

#C166FE (or 0xC166FE) is unknown color: approx Heliotrope. HEX triplet: C1, 66 and FE. RGB value is (193,102,254). Sum of RGB (Red+Green+Blue) = 193+102+254=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #C166FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166FE is #3E9901. Grayscale: #929292. Windows color (decimal): -4102402 or 16672449. OLE color: 16672449.

HSL color Cylindrical-coordinate representation of color #C166FE: hue angle of 275.92º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C166FE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193102254-
CMYK0.240.6000.00
HSL275.92º98.7%69.8%-
HSV(B)275.92º59.84%99.61%-
XYZ44.632896.82-
YUV146.54188.65161.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 102 (40.23% from 255) = 18.58%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=35.15%
G=18.58%
B=46.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931022540.240.6000.00275.9298.769.8
HexC166FE183C001146346
Octal301146376307400424143106
Binary11000001110011011111110110001111000010001010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166FE; }

 p { color: rgb(193,102,254); }

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

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

 a { background-color: rgb(193,102,254); }

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

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

 span { border-color: rgb(193,102,254); }

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