Shades of Fuchsia #CD68B2
Tints of Fuchsia #CD68B2
RGB
CMYK
RGB Variations
Color information
#CD68B2 (or 0xCD68B2) is known color: Fuchsia. HEX triplet: CD, 68 and B2. RGB value is (205,104,178). Sum of RGB (Red+Green+Blue) = 205+104+178=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD68B2 is #32974D. Grayscale: #8E8E8E. Windows color (decimal): -3315534 or 11692237. OLE color: 11692237.
HSL color Cylindrical-coordinate representation of color #CD68B2: hue angle of 316.04º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD68B2 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 178 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.20 |
| HSL | 316.04º | 0.5% | 0.61% | - |
| HSV(B) | 316.04º | 0.49% | 0.8% | - |
| XYZ | 38.16 | 26.09 | 45.14 | - |
| YUV | 142.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 178 | 0 | 0.49 | 0.13 | 0.20 | 316.04 | 0.5 | 0.61 |
| Hex | CD | 68 | B2 | 0 | 31 | D | 14 | 13C | 32 | 3D |
| Octal | 315 | 150 | 262 | 0 | 61 | 15 | 24 | 474 | 62 | 75 |
| Binary | 11001101 | 1101000 | 10110010 | 0 | 110001 | 1101 | 10100 | 100111100 | 110010 | 111101 |
Color Harmonies of #CD68B2
Complementary color
Monochromatic Colors of #CD68B2
Black with #CD68B2
Text Example
Text Example
White with #CD68B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD68B2; }
p { color: rgb(205,104,178); }
H1.HeaderClassName
{
color: #CD68B2;
}
.AnyTagClassName
{
color: #CD68B2;
}
</style>
background-color css
<style>
a { background-color: #CD68B2; }
a { background-color: rgb(205,104,178); }
div.DivClassName
{
background-color: #CD68B2;
}
.BgClassName
{
background-color: #CD68B2;
}
</style>
border-color css
<style>
span { border-color: #CD68B2; }
span { border-color: rgb(205,104,178); }
td.TdClassName
{
border-color: #CD68B2;
}
.TagClassName
{
border-color: #CD68B2;
}
</style>