#C460CD

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

Shades of Fuchsia #C460CD

Tints of Fuchsia #C460CD

Color information

#C460CD (or 0xC460CD) is unknown color: approx Fuchsia. HEX triplet: C4, 60 and CD. RGB value is (196,96,205). Sum of RGB (Red+Green+Blue) = 196+96+205=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #C460CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460CD is #3B9F32. Grayscale: #898989. Windows color (decimal): -3907379 or 13459652. OLE color: 13459652.

HSL color Cylindrical-coordinate representation of color #C460CD: hue angle of 295.05º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C460CD is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19696205-
CMYK0.040.5300.20
HSL295.05º52.15%59.02%-
HSV(B)295.05º53.17%80.39%-
XYZ37.9724.5160.49-
YUV138.33165.63169.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=39.44%
G=19.32%
B=41.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196962050.040.5300.20295.0552.1559.02
HexC460CD435014127343b
Octal3041403154650244476473
Binary11000100110000011001101100110101010100100100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460CD; }

 p { color: rgb(196,96,205); }

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

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

 a { background-color: rgb(196,96,205); }

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

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

 span { border-color: rgb(196,96,205); }

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