#C468CC

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

Shades of Fuchsia #C468CC

Tints of Fuchsia #C468CC

Color information

#C468CC (or 0xC468CC) is unknown color: approx Fuchsia. HEX triplet: C4, 68 and CC. RGB value is (196,104,204). Sum of RGB (Red+Green+Blue) = 196+104+204=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #C468CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468CC is #3B9733. Grayscale: #8E8E8E. Windows color (decimal): -3905332 or 13396164. OLE color: 13396164.

HSL color Cylindrical-coordinate representation of color #C468CC: hue angle of 295.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C468CC is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196104204-
CMYK0.040.4900.2
HSL295.2º49.5%60.39%-
HSV(B)295.2º49.02%80%-
XYZ38.612660.11-
YUV142.91162.48165.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=38.89%
G=20.63%
B=40.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961042040.040.4900.2295.249.560.39
HexC468CC431014127323c
Octal3041503144610244476274
Binary11000100110100011001100100110001010100100100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468CC; }

 p { color: rgb(196,104,204); }

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

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

 a { background-color: rgb(196,104,204); }

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

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

 span { border-color: rgb(196,104,204); }

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