#C660F1

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

Shades of Heliotrope #C660F1

Tints of Heliotrope #C660F1

Color information

#C660F1 (or 0xC660F1) is unknown color: approx Heliotrope. HEX triplet: C6, 60 and F1. RGB value is (198,96,241). Sum of RGB (Red+Green+Blue) = 198+96+241=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #C660F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660F1 is #399F0E. Grayscale: #8E8E8E. Windows color (decimal): -3776271 or 15818950. OLE color: 15818950.

HSL color Cylindrical-coordinate representation of color #C660F1: hue angle of 282.21º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C660F1 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19896241-
CMYK0.180.6000.05
HSL282.21º83.82%66.08%-
HSV(B)282.21º60.17%94.51%-
XYZ43.3526.7286.09-
YUV143.03183.29167.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 96 (37.89% from 255) = 17.94%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=37.01%
G=17.94%
B=45.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198962410.180.6000.05282.2183.8266.08
HexC660F1123C0511a5442
Octal306140361227405432124102
Binary1100011011000001111000110010111100010110001101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660F1; }

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

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

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

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

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

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

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

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