#C166FF

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

Shades of Heliotrope #C166FF

Tints of Heliotrope #C166FF

Color information

#C166FF (or 0xC166FF) is unknown color: approx Heliotrope. HEX triplet: C1, 66 and FF. RGB value is (193,102,255). Sum of RGB (Red+Green+Blue) = 193+102+255=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #C166FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166FF is #3E9900. Grayscale: #929292. Windows color (decimal): -4102401 or 16737985. OLE color: 16737985.

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

Color convert

RGB193102255-
CMYK0.240.600
HSL275.69º100%70%-
HSV(B)275.69º60%100%-
XYZ44.7928.0697.66-
YUV146.65189.15161.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 102 (40.23% from 255) = 18.55%
BLUE value IS 255 (100% from 255) = 46.36%
R=35.09%
G=18.55%
B=46.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931022550.240.600275.6910070
HexC166FF183C001146446
Octal301146377307400424144106
Binary11000001110011011111111110001111000010001010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166FF; }

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

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

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

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

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

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

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

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