Shades of Fuchsia #CD65C4
Tints of Fuchsia #CD65C4
RGB
CMYK
RGB Variations
Color information
#CD65C4 (or 0xCD65C4) is known color: Fuchsia. HEX triplet: CD, 65 and C4. RGB value is (205,101,196). Sum of RGB (Red+Green+Blue) = 205+101+196=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD65C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65C4 is #329A3B. Grayscale: #8E8E8E. Windows color (decimal): -3316284 or 12871117. OLE color: 12871117.
HSL color Cylindrical-coordinate representation of color #CD65C4: hue angle of 305.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD65C4 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 196 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.20 |
| HSL | 305.19º | 0.51% | 0.6% | - |
| HSV(B) | 305.19º | 0.51% | 0.8% | - |
| XYZ | 39.79 | 26.27 | 55.2 | - |
| YUV | 142.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 196 | 0 | 0.51 | 0.04 | 0.20 | 305.19 | 0.51 | 0.6 |
| Hex | CD | 65 | C4 | 0 | 33 | 4 | 14 | 131 | 33 | 3C |
| Octal | 315 | 145 | 304 | 0 | 63 | 4 | 24 | 461 | 63 | 74 |
| Binary | 11001101 | 1100101 | 11000100 | 0 | 110011 | 100 | 10100 | 100110001 | 110011 | 111100 |
Color Harmonies of #CD65C4
Complementary color
Monochromatic Colors of #CD65C4
Black with #CD65C4
Text Example
Text Example
White with #CD65C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD65C4; }
p { color: rgb(205,101,196); }
H1.HeaderClassName
{
color: #CD65C4;
}
.AnyTagClassName
{
color: #CD65C4;
}
</style>
background-color css
<style>
a { background-color: #CD65C4; }
a { background-color: rgb(205,101,196); }
div.DivClassName
{
background-color: #CD65C4;
}
.BgClassName
{
background-color: #CD65C4;
}
</style>
border-color css
<style>
span { border-color: #CD65C4; }
span { border-color: rgb(205,101,196); }
td.TdClassName
{
border-color: #CD65C4;
}
.TagClassName
{
border-color: #CD65C4;
}
</style>