#C666BE

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

Shades of Fuchsia #C666BE

Tints of Fuchsia #C666BE

Color information

#C666BE (or 0xC666BE) is unknown color: approx Fuchsia. HEX triplet: C6, 66 and BE. RGB value is (198,102,190). Sum of RGB (Red+Green+Blue) = 198+102+190=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C666BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666BE is #399941. Grayscale: #8C8C8C. Windows color (decimal): -3774786 or 12478150. OLE color: 12478150.

HSL color Cylindrical-coordinate representation of color #C666BE: hue angle of 305º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C666BE is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198102190-
CMYK00.480.040.22
HSL305º45.71%58.82%-
HSV(B)305º48.48%77.65%-
XYZ37.3325.2351.62-
YUV140.74155.8168.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=40.41%
G=20.82%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810219000.480.040.2230545.7158.82
HexC666BE0304161312e3b
Octal3061462760604264615673
Binary11000110110011010111110011000010010110100110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C666BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C666BE; }

 p { color: rgb(198,102,190); }

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

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

 a { background-color: rgb(198,102,190); }

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

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

 span { border-color: rgb(198,102,190); }

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