#C65EBB

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

Shades of Fuchsia #C65EBB

Tints of Fuchsia #C65EBB

Color information

#C65EBB (or 0xC65EBB) is unknown color: approx Fuchsia. HEX triplet: C6, 5E and BB. RGB value is (198,94,187). Sum of RGB (Red+Green+Blue) = 198+94+187=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65EBB is #39A144. Grayscale: #878787. Windows color (decimal): -3776837 or 12279494. OLE color: 12279494.

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

Color convert

RGB19894187-
CMYK00.530.060.22
HSL306.35º47.71%57.25%-
HSV(B)306.35º52.53%77.65%-
XYZ36.2623.649.66-
YUV135.7156.96172.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=41.34%
G=19.62%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989418700.530.060.22306.3547.7157.25
HexC65EBB0356161323039
Octal3061362730656264626071
Binary11000110101111010111011011010111010110100110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65EBB; }

 p { color: rgb(198,94,187); }

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

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

 a { background-color: rgb(198,94,187); }

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

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

 span { border-color: rgb(198,94,187); }

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