Shades of Fuchsia #CE67BD
Tints of Fuchsia #CE67BD
RGB
CMYK
RGB Variations
Color information
#CE67BD (or 0xCE67BD) is known color: Fuchsia. HEX triplet: CE, 67 and BD. RGB value is (206,103,189). Sum of RGB (Red+Green+Blue) = 206+103+189=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67BD is #319842. Grayscale: #8F8F8F. Windows color (decimal): -3250243 or 12412878. OLE color: 12412878.
HSL color Cylindrical-coordinate representation of color #CE67BD: hue angle of 309.9º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE67BD is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 189 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.19 |
| HSL | 309.9º | 0.51% | 0.61% | - |
| HSV(B) | 309.9º | 0.5% | 0.81% | - |
| XYZ | 39.49 | 26.5 | 51.18 | - |
| YUV | 143.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 189 | 0 | 0.50 | 0.08 | 0.19 | 309.9 | 0.51 | 0.61 |
| Hex | CE | 67 | BD | 0 | 32 | 8 | 13 | 136 | 33 | 3D |
| Octal | 316 | 147 | 275 | 0 | 62 | 10 | 23 | 466 | 63 | 75 |
| Binary | 11001110 | 1100111 | 10111101 | 0 | 110010 | 1000 | 10011 | 100110110 | 110011 | 111101 |
Color Harmonies of #CE67BD
Complementary color
Monochromatic Colors of #CE67BD
Black with #CE67BD
Text Example
Text Example
White with #CE67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67BD; }
p { color: rgb(206,103,189); }
H1.HeaderClassName
{
color: #CE67BD;
}
.AnyTagClassName
{
color: #CE67BD;
}
</style>
background-color css
<style>
a { background-color: #CE67BD; }
a { background-color: rgb(206,103,189); }
div.DivClassName
{
background-color: #CE67BD;
}
.BgClassName
{
background-color: #CE67BD;
}
</style>
border-color css
<style>
span { border-color: #CE67BD; }
span { border-color: rgb(206,103,189); }
td.TdClassName
{
border-color: #CE67BD;
}
.TagClassName
{
border-color: #CE67BD;
}
</style>