#C66BBC

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

Shades of Fuchsia #C66BBC

Tints of Fuchsia #C66BBC

Color information

#C66BBC (or 0xC66BBC) is unknown color: approx Fuchsia. HEX triplet: C6, 6B and BC. RGB value is (198,107,188). Sum of RGB (Red+Green+Blue) = 198+107+188=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BBC is #399443. Grayscale: #8F8F8F. Windows color (decimal): -3773508 or 12348358. OLE color: 12348358.

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

Color convert

RGB198107188-
CMYK00.460.050.22
HSL306.59º44.39%59.8%-
HSV(B)306.59º45.96%77.65%-
XYZ37.6226.1550.64-
YUV143.44153.15166.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=40.16%
G=21.70%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810718800.460.050.22306.5944.3959.8
HexC66BBC02E5161332c3c
Octal3061532740565264635474
Binary11000110110101110111100010111010110110100110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66BBC; }

 p { color: rgb(198,107,188); }

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

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

 a { background-color: rgb(198,107,188); }

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

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

 span { border-color: rgb(198,107,188); }

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