Shades of Fuchsia #C653CD
Tints of Fuchsia #C653CD
RGB
CMYK
RGB Variations
Color information
#C653CD (or 0xC653CD) is known color: Fuchsia. HEX triplet: C6, 53 and CD. RGB value is (198,83,205). Sum of RGB (Red+Green+Blue) = 198+83+205=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #C653CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653CD is #39AC32. Grayscale: #828282. Windows color (decimal): -3779635 or 13456326. OLE color: 13456326.
HSL color Cylindrical-coordinate representation of color #C653CD: hue angle of 296.56º 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 #C653CD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 83 | 205 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.20 |
| HSL | 296.56º | 0.55% | 0.56% | - |
| HSV(B) | 296.56º | 0.6% | 0.8% | - |
| XYZ | 37.4 | 22.6 | 60.15 | - |
| YUV | 131.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 205 | 0.03 | 0.60 | 0 | 0.20 | 296.56 | 0.55 | 0.56 |
| Hex | C6 | 53 | CD | 3 | 3C | 0 | 14 | 129 | 37 | 38 |
| Octal | 306 | 123 | 315 | 3 | 74 | 0 | 24 | 451 | 67 | 70 |
| Binary | 11000110 | 1010011 | 11001101 | 11 | 111100 | 0 | 10100 | 100101001 | 110111 | 111000 |
Color Harmonies of #C653CD
Complementary color
Monochromatic Colors of #C653CD
Black with #C653CD
Text Example
Text Example
White with #C653CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653CD; }
p { color: rgb(198,83,205); }
H1.HeaderClassName
{
color: #C653CD;
}
.AnyTagClassName
{
color: #C653CD;
}
</style>
background-color css
<style>
a { background-color: #C653CD; }
a { background-color: rgb(198,83,205); }
div.DivClassName
{
background-color: #C653CD;
}
.BgClassName
{
background-color: #C653CD;
}
</style>
border-color css
<style>
span { border-color: #C653CD; }
span { border-color: rgb(198,83,205); }
td.TdClassName
{
border-color: #C653CD;
}
.TagClassName
{
border-color: #C653CD;
}
</style>