#C65CCA

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

Shades of Fuchsia #C65CCA

Tints of Fuchsia #C65CCA

Color information

#C65CCA (or 0xC65CCA) is unknown color: approx Fuchsia. HEX triplet: C6, 5C and CA. RGB value is (198,92,202). Sum of RGB (Red+Green+Blue) = 198+92+202=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #C65CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CCA is #39A335. Grayscale: #878787. Windows color (decimal): -3777334 or 13262022. OLE color: 13262022.

HSL color Cylindrical-coordinate representation of color #C65CCA: hue angle of 297.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CCA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19892202-
CMYK0.020.5400.21
HSL297.82º50.93%57.65%-
HSV(B)297.82º54.46%79.22%-
XYZ37.7823.9258.5-
YUV136.23165.12172.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 92 (36.33% from 255) = 18.70%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=40.24%
G=18.70%
B=41.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198922020.020.5400.21297.8250.9357.65
HexC65CCA23601512a333a
Octal3061343122660254526372
Binary1100011010111001100101010110110010101100101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65CCA; }

 p { color: rgb(198,92,202); }

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

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

 a { background-color: rgb(198,92,202); }

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

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

 span { border-color: rgb(198,92,202); }

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