#c654ce

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

Shades of Fuchsia #C654CE

Tints of Fuchsia #C654CE

Color information

#C654CE (or 0xC654CE) is unknown color: approx Fuchsia. HEX triplet: C6, 54 and CE. RGB value is (198,84,206). Sum of RGB (Red+Green+Blue) = 198+84+206=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C654CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654CE is #39AB31. Grayscale: #838383. Windows color (decimal): -3779378 or 13522118. OLE color: 13522118.

HSL color Cylindrical-coordinate representation of color #C654CE: hue angle of 296.07º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C654CE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19884206-
CMYK0.040.5900.19
HSL296.07º55.45%56.86%-
HSV(B)296.07º59.22%80.78%-
XYZ37.622.860.81-
YUV131.99169.77175.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 84 (33.20% from 255) = 17.21%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=40.57%
G=17.21%
B=42.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198842060.040.5900.19296.0755.4556.86
HexC654CE43B0131283739
Octal3061243164730234506771
Binary11000110101010011001110100111011010011100101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c654ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c654ce; }

 p { color: rgb(198,84,206); }

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

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

 a { background-color: rgb(198,84,206); }

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

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

 span { border-color: rgb(198,84,206); }

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