#C66AF1

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

Shades of Heliotrope #C66AF1

Tints of Heliotrope #C66AF1

Color information

#C66AF1 (or 0xC66AF1) is unknown color: approx Heliotrope. HEX triplet: C6, 6A and F1. RGB value is (198,106,241). Sum of RGB (Red+Green+Blue) = 198+106+241=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #C66AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AF1 is #39950E. Grayscale: #949494. Windows color (decimal): -3773711 or 15821510. OLE color: 15821510.

HSL color Cylindrical-coordinate representation of color #C66AF1: hue angle of 280.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66AF1 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198106241-
CMYK0.180.5600.05
HSL280.89º82.82%68.04%-
HSV(B)280.89º56.02%94.51%-
XYZ44.3228.6686.42-
YUV148.9179.98163.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 106 (41.80% from 255) = 19.45%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=36.33%
G=19.45%
B=44.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981062410.180.5600.05280.8982.8268.04
HexC66AF11238051195344
Octal306152361227005431123104
Binary1100011011010101111000110010111000010110001100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66AF1; }

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

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

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

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

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

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

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

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