#C664FE

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

Shades of Heliotrope #C664FE

Tints of Heliotrope #C664FE

Color information

#C664FE (or 0xC664FE) is unknown color: approx Heliotrope. HEX triplet: C6, 64 and FE. RGB value is (198,100,254). Sum of RGB (Red+Green+Blue) = 198+100+254=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #C664FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664FE is #399B01. Grayscale: #929292. Windows color (decimal): -3775234 or 16671942. OLE color: 16671942.

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

Color convert

RGB198100254-
CMYK0.220.6100.00
HSL278.18º98.72%69.41%-
HSV(B)278.18º60.63%99.61%-
XYZ45.7428.2896.81-
YUV146.86188.47164.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.87%
GREEN value IS 100 (39.45% from 255) = 18.12%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=35.87%
G=18.12%
B=46.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981002540.220.6100.00278.1898.7269.41
HexC664FE163D001166345
Octal306144376267500426143105
Binary11000110110010011111110101101111010010001011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664FE; }

 p { color: rgb(198,100,254); }

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

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

 a { background-color: rgb(198,100,254); }

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

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

 span { border-color: rgb(198,100,254); }

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