#C66FF6

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

Shades of Heliotrope #C66FF6

Tints of Heliotrope #C66FF6

Color information

#C66FF6 (or 0xC66FF6) is unknown color: approx Heliotrope. HEX triplet: C6, 6F and F6. RGB value is (198,111,246). Sum of RGB (Red+Green+Blue) = 198+111+246=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #C66FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66FF6 is #399009. Grayscale: #979797. Windows color (decimal): -3772426 or 16150470. OLE color: 16150470.

HSL color Cylindrical-coordinate representation of color #C66FF6: hue angle of 278.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66FF6 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB198111246-
CMYK0.200.5500.04
HSL278.67º88.24%70%-
HSV(B)278.67º54.88%96.47%-
XYZ45.6130.0390.58-
YUV152.4180.82160.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.68%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 246 (96.48% from 255) = 44.32%
R=35.68%
G=20%
B=44.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981112460.200.5500.04278.6788.2470
HexC66FF61437041175846
Octal306157366246704427130106
Binary1100011011011111111011010100110111010010001011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66FF6; }

 p { color: rgb(198,111,246); }

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

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

 a { background-color: rgb(198,111,246); }

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

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

 span { border-color: rgb(198,111,246); }

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