Shades of Hopbush #CE6FA1
Tints of Hopbush #CE6FA1
RGB
CMYK
RGB Variations
Color information
#CE6FA1 (or 0xCE6FA1) is known color: Hopbush. HEX triplet: CE, 6F and A1. RGB value is (206,111,161). Sum of RGB (Red+Green+Blue) = 206+111+161=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6FA1 is #31905E. Grayscale: #919191. Windows color (decimal): -3248223 or 10579918. OLE color: 10579918.
HSL color Cylindrical-coordinate representation of color #CE6FA1: hue angle of 328.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FA1 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 161 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.19 |
| HSL | 328.42º | 0.49% | 0.62% | - |
| HSV(B) | 328.42º | 0.46% | 0.81% | - |
| XYZ | 37.57 | 27.06 | 36.96 | - |
| YUV | 145.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 161 | 0 | 0.46 | 0.22 | 0.19 | 328.42 | 0.49 | 0.62 |
| Hex | CE | 6F | A1 | 0 | 2E | 16 | 13 | 148 | 31 | 3E |
| Octal | 316 | 157 | 241 | 0 | 56 | 26 | 23 | 510 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10100001 | 0 | 101110 | 10110 | 10011 | 101001000 | 110001 | 111110 |
Color Harmonies of #CE6FA1
Complementary color
Monochromatic Colors of #CE6FA1
Black with #CE6FA1
Text Example
Text Example
White with #CE6FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FA1; }
p { color: rgb(206,111,161); }
H1.HeaderClassName
{
color: #CE6FA1;
}
.AnyTagClassName
{
color: #CE6FA1;
}
</style>
background-color css
<style>
a { background-color: #CE6FA1; }
a { background-color: rgb(206,111,161); }
div.DivClassName
{
background-color: #CE6FA1;
}
.BgClassName
{
background-color: #CE6FA1;
}
</style>
border-color css
<style>
span { border-color: #CE6FA1; }
span { border-color: rgb(206,111,161); }
td.TdClassName
{
border-color: #CE6FA1;
}
.TagClassName
{
border-color: #CE6FA1;
}
</style>