#C65BBE

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

Shades of Fuchsia #C65BBE

Tints of Fuchsia #C65BBE

Color information

#C65BBE (or 0xC65BBE) is unknown color: approx Fuchsia. HEX triplet: C6, 5B and BE. RGB value is (198,91,190). Sum of RGB (Red+Green+Blue) = 198+91+190=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BBE is #39A441. Grayscale: #858585. Windows color (decimal): -3777602 or 12475334. OLE color: 12475334.

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

Color convert

RGB19891190-
CMYK00.540.040.22
HSL304.49º48.42%56.67%-
HSV(B)304.49º54.04%77.65%-
XYZ36.3223.2151.28-
YUV134.28159.45173.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 91 (35.94% from 255) = 19.00%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=41.34%
G=19.00%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989119000.540.040.22304.4948.4256.67
HexC65BBE0364161303039
Octal3061332760664264606071
Binary11000110101101110111110011011010010110100110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65BBE; }

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

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

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

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

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

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

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

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