#C65AB8

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

Shades of Fuchsia #C65AB8

Tints of Fuchsia #C65AB8

Color information

#C65AB8 (or 0xC65AB8) is unknown color: approx Fuchsia. HEX triplet: C6, 5A and B8. RGB value is (198,90,184). Sum of RGB (Red+Green+Blue) = 198+90+184=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65AB8 is #39A547. Grayscale: #848484. Windows color (decimal): -3777864 or 12081862. OLE color: 12081862.

HSL color Cylindrical-coordinate representation of color #C65AB8: hue angle of 307.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AB8 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB19890184-
CMYK00.550.070.22
HSL307.78º48.65%56.47%-
HSV(B)307.78º54.55%77.65%-
XYZ35.622.7847.87-
YUV133.01156.78174.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 90 (35.55% from 255) = 19.07%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=41.95%
G=19.07%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989018400.550.070.22307.7848.6556.47
HexC65AB80377161343138
Octal3061322700677264646170
Binary11000110101101010111000011011111110110100110100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65AB8; }

 p { color: rgb(198,90,184); }

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

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

 a { background-color: rgb(198,90,184); }

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

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

 span { border-color: rgb(198,90,184); }

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