#C66AFF

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

Shades of Heliotrope #C66AFF

Tints of Heliotrope #C66AFF

Color information

#C66AFF (or 0xC66AFF) is unknown color: approx Heliotrope. HEX triplet: C6, 6A and FF. RGB value is (198,106,255). Sum of RGB (Red+Green+Blue) = 198+106+255=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #C66AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AFF is #399500. Grayscale: #959595. Windows color (decimal): -3773697 or 16739014. OLE color: 16739014.

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

Color convert

RGB198106255-
CMYK0.220.5800
HSL277.05º100%70.78%-
HSV(B)277.05º58.43%100%-
XYZ46.4929.5397.86-
YUV150.49186.98161.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 106 (41.80% from 255) = 18.96%
BLUE value IS 255 (100% from 255) = 45.62%
R=35.42%
G=18.96%
B=45.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981062550.220.5800277.0510070.78
HexC66AFF163A001156447
Octal306152377267200425144107
Binary11000110110101011111111101101110100010001010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66AFF; }

 p { color: rgb(198,106,255); }

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

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

 a { background-color: rgb(198,106,255); }

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

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

 span { border-color: rgb(198,106,255); }

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