Shades of Hopbush #CE68A5
Tints of Hopbush #CE68A5
RGB
CMYK
RGB Variations
Color information
#CE68A5 (or 0xCE68A5) is known color: Hopbush. HEX triplet: CE, 68 and A5. RGB value is (206,104,165). Sum of RGB (Red+Green+Blue) = 206+104+165=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE68A5 is #31975A. Grayscale: #8D8D8D. Windows color (decimal): -3250011 or 10840270. OLE color: 10840270.
HSL color Cylindrical-coordinate representation of color #CE68A5: hue angle of 324.12º 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 #CE68A5 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 165 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.19 |
| HSL | 324.12º | 0.51% | 0.61% | - |
| HSV(B) | 324.12º | 0.5% | 0.81% | - |
| XYZ | 37.2 | 25.74 | 38.61 | - |
| YUV | 141.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 165 | 0 | 0.50 | 0.20 | 0.19 | 324.12 | 0.51 | 0.61 |
| Hex | CE | 68 | A5 | 0 | 32 | 14 | 13 | 144 | 33 | 3D |
| Octal | 316 | 150 | 245 | 0 | 62 | 24 | 23 | 504 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10100101 | 0 | 110010 | 10100 | 10011 | 101000100 | 110011 | 111101 |
Color Harmonies of #CE68A5
Complementary color
Monochromatic Colors of #CE68A5
Black with #CE68A5
Text Example
Text Example
White with #CE68A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68A5; }
p { color: rgb(206,104,165); }
H1.HeaderClassName
{
color: #CE68A5;
}
.AnyTagClassName
{
color: #CE68A5;
}
</style>
background-color css
<style>
a { background-color: #CE68A5; }
a { background-color: rgb(206,104,165); }
div.DivClassName
{
background-color: #CE68A5;
}
.BgClassName
{
background-color: #CE68A5;
}
</style>
border-color css
<style>
span { border-color: #CE68A5; }
span { border-color: rgb(206,104,165); }
td.TdClassName
{
border-color: #CE68A5;
}
.TagClassName
{
border-color: #CE68A5;
}
</style>