#C66EBA

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

Shades of Fuchsia #C66EBA

Tints of Fuchsia #C66EBA

Color information

#C66EBA (or 0xC66EBA) is unknown color: approx Fuchsia. HEX triplet: C6, 6E and BA. RGB value is (198,110,186). Sum of RGB (Red+Green+Blue) = 198+110+186=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C66EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EBA is #399145. Grayscale: #909090. Windows color (decimal): -3772742 or 12218054. OLE color: 12218054.

HSL color Cylindrical-coordinate representation of color #C66EBA: hue angle of 308.18º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66EBA is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198110186-
CMYK00.440.060.22
HSL308.18º43.56%60.39%-
HSV(B)308.18º44.44%77.65%-
XYZ37.7326.749.62-
YUV144.98151.15165.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=40.08%
G=22.27%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811018600.440.060.22308.1843.5660.39
HexC66EBA02C6161342c3c
Octal3061562720546264645474
Binary11000110110111010111010010110011010110100110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66EBA; }

 p { color: rgb(198,110,186); }

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

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

 a { background-color: rgb(198,110,186); }

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

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

 span { border-color: rgb(198,110,186); }

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