Shades of Fuchsia #C665CE
Tints of Fuchsia #C665CE
RGB
CMYK
RGB Variations
Color information
#C665CE (or 0xC665CE) is known color: Fuchsia. HEX triplet: C6, 65 and CE. RGB value is (198,101,206). Sum of RGB (Red+Green+Blue) = 198+101+206=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C665CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665CE is #399A31. Grayscale: #8D8D8D. Windows color (decimal): -3775026 or 13526470. OLE color: 13526470.
HSL color Cylindrical-coordinate representation of color #C665CE: hue angle of 295.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C665CE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 101 | 206 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.19 |
| HSL | 295.43º | 0.52% | 0.6% | - |
| HSV(B) | 295.43º | 0.51% | 0.81% | - |
| XYZ | 39.08 | 25.77 | 61.31 | - |
| YUV | 141.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 206 | 0.04 | 0.51 | 0 | 0.19 | 295.43 | 0.52 | 0.6 |
| Hex | C6 | 65 | CE | 4 | 33 | 0 | 13 | 127 | 34 | 3C |
| Octal | 306 | 145 | 316 | 4 | 63 | 0 | 23 | 447 | 64 | 74 |
| Binary | 11000110 | 1100101 | 11001110 | 100 | 110011 | 0 | 10011 | 100100111 | 110100 | 111100 |
Color Harmonies of #C665CE
Complementary color
Monochromatic Colors of #C665CE
Black with #C665CE
Text Example
Text Example
White with #C665CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665CE; }
p { color: rgb(198,101,206); }
H1.HeaderClassName
{
color: #C665CE;
}
.AnyTagClassName
{
color: #C665CE;
}
</style>
background-color css
<style>
a { background-color: #C665CE; }
a { background-color: rgb(198,101,206); }
div.DivClassName
{
background-color: #C665CE;
}
.BgClassName
{
background-color: #C665CE;
}
</style>
border-color css
<style>
span { border-color: #C665CE; }
span { border-color: rgb(198,101,206); }
td.TdClassName
{
border-color: #C665CE;
}
.TagClassName
{
border-color: #C665CE;
}
</style>