#C66AF5

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

Shades of Heliotrope #C66AF5

Tints of Heliotrope #C66AF5

Color information

#C66AF5 (or 0xC66AF5) is unknown color: approx Heliotrope. HEX triplet: C6, 6A and F5. RGB value is (198,106,245). Sum of RGB (Red+Green+Blue) = 198+106+245=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #C66AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AF5 is #39950A. Grayscale: #949494. Windows color (decimal): -3773707 or 16083654. OLE color: 16083654.

HSL color Cylindrical-coordinate representation of color #C66AF5: hue angle of 279.71º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66AF5 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB198106245-
CMYK0.190.5700.04
HSL279.71º87.42%68.82%-
HSV(B)279.71º56.73%96.08%-
XYZ44.9228.9189.6-
YUV149.35181.98162.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 245 (96.09% from 255) = 44.63%
R=36.07%
G=19.31%
B=44.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981062450.190.5700.04279.7187.4268.82
HexC66AF51339041185745
Octal306152365237104430127105
Binary1100011011010101111010110011111001010010001100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66AF5; }

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

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

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

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

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

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

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

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