#C661F5

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

Shades of Heliotrope #C661F5

Tints of Heliotrope #C661F5

Color information

#C661F5 (or 0xC661F5) is unknown color: approx Heliotrope. HEX triplet: C6, 61 and F5. RGB value is (198,97,245). Sum of RGB (Red+Green+Blue) = 198+97+245=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #C661F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C661F5 is #399E0A. Grayscale: #8F8F8F. Windows color (decimal): -3776011 or 16081350. OLE color: 16081350.

HSL color Cylindrical-coordinate representation of color #C661F5: hue angle of 280.95º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C661F5 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19897245-
CMYK0.190.6000.04
HSL280.95º88.1%67.06%-
HSV(B)280.95º60.41%96.08%-
XYZ44.0427.1589.3-
YUV144.07184.96166.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.67%
GREEN value IS 97 (38.28% from 255) = 17.96%
BLUE value IS 245 (96.09% from 255) = 45.37%
R=36.67%
G=17.96%
B=45.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal198972450.190.6000.04280.9588.167.06
HexC661F5133C041195843
Octal306141365237404431130103
Binary1100011011000011111010110011111100010010001100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C661F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C661F5; }

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

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

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

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

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

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

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

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