#C66DBE

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

Shades of Fuchsia #C66DBE

Tints of Fuchsia #C66DBE

Color information

#C66DBE (or 0xC66DBE) is unknown color: approx Fuchsia. HEX triplet: C6, 6D and BE. RGB value is (198,109,190). Sum of RGB (Red+Green+Blue) = 198+109+190=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C66DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DBE is #399241. Grayscale: #909090. Windows color (decimal): -3772994 or 12479942. OLE color: 12479942.

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

Color convert

RGB198109190-
CMYK00.450.040.22
HSL305.39º43.84%60.2%-
HSV(B)305.39º44.95%77.65%-
XYZ38.0526.6651.86-
YUV144.84153.49165.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=39.84%
G=21.93%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810919000.450.040.22305.3943.8460.2
HexC66DBE02D4161312c3c
Octal3061552760554264615474
Binary11000110110110110111110010110110010110100110001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66DBE; }

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

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

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

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

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

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

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

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