Shades of Hopbush #CE6F9D
Tints of Hopbush #CE6F9D
RGB
CMYK
RGB Variations
Color information
#CE6F9D (or 0xCE6F9D) is known color: Hopbush. HEX triplet: CE, 6F and 9D. RGB value is (206,111,157). Sum of RGB (Red+Green+Blue) = 206+111+157=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F9D is #319062. Grayscale: #909090. Windows color (decimal): -3248227 or 10317774. OLE color: 10317774.
HSL color Cylindrical-coordinate representation of color #CE6F9D: hue angle of 330.95º 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 #CE6F9D is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 157 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.19 |
| HSL | 330.95º | 0.49% | 0.62% | - |
| HSV(B) | 330.95º | 0.46% | 0.81% | - |
| XYZ | 37.22 | 26.93 | 35.13 | - |
| YUV | 144.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 157 | 0 | 0.46 | 0.24 | 0.19 | 330.95 | 0.49 | 0.62 |
| Hex | CE | 6F | 9D | 0 | 2E | 18 | 13 | 14B | 31 | 3E |
| Octal | 316 | 157 | 235 | 0 | 56 | 30 | 23 | 513 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10011101 | 0 | 101110 | 11000 | 10011 | 101001011 | 110001 | 111110 |
Color Harmonies of #CE6F9D
Complementary color
Monochromatic Colors of #CE6F9D
Black with #CE6F9D
Text Example
Text Example
White with #CE6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F9D; }
p { color: rgb(206,111,157); }
H1.HeaderClassName
{
color: #CE6F9D;
}
.AnyTagClassName
{
color: #CE6F9D;
}
</style>
background-color css
<style>
a { background-color: #CE6F9D; }
a { background-color: rgb(206,111,157); }
div.DivClassName
{
background-color: #CE6F9D;
}
.BgClassName
{
background-color: #CE6F9D;
}
</style>
border-color css
<style>
span { border-color: #CE6F9D; }
span { border-color: rgb(206,111,157); }
td.TdClassName
{
border-color: #CE6F9D;
}
.TagClassName
{
border-color: #CE6F9D;
}
</style>