#C651CD

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

Shades of Fuchsia #C651CD

Tints of Fuchsia #C651CD

Color information

#C651CD (or 0xC651CD) is unknown color: approx Fuchsia. HEX triplet: C6, 51 and CD. RGB value is (198,81,205). Sum of RGB (Red+Green+Blue) = 198+81+205=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #C651CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651CD is #39AE32. Grayscale: #818181. Windows color (decimal): -3780147 or 13455814. OLE color: 13455814.

HSL color Cylindrical-coordinate representation of color #C651CD: hue angle of 296.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C651CD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19881205-
CMYK0.030.6000.20
HSL296.61º55.36%56.08%-
HSV(B)296.61º60.49%80.39%-
XYZ37.2522.360.1-
YUV130.12170.26176.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 81 (32.03% from 255) = 16.74%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=40.91%
G=16.74%
B=42.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198812050.030.6000.20296.6155.3656.08
HexC651CD33C0141293738
Octal3061213153740244516770
Binary1100011010100011100110111111100010100100101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C651CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C651CD; }

 p { color: rgb(198,81,205); }

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

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

 a { background-color: rgb(198,81,205); }

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

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

 span { border-color: rgb(198,81,205); }

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