Shades of Hopbush #CD6398
Tints of Hopbush #CD6398
RGB
CMYK
RGB Variations
Color information
#CD6398 (or 0xCD6398) is known color: Hopbush. HEX triplet: CD, 63 and 98. RGB value is (205,99,152). Sum of RGB (Red+Green+Blue) = 205+99+152=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6398 is #329C67. Grayscale: #888888. Windows color (decimal): -3316840 or 9987021. OLE color: 9987021.
HSL color Cylindrical-coordinate representation of color #CD6398: hue angle of 330º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6398 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 99 | 152 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.20 |
| HSL | 330º | 0.51% | 0.6% | - |
| HSV(B) | 330º | 0.52% | 0.8% | - |
| XYZ | 35.31 | 24.17 | 32.51 | - |
| YUV | 136.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 152 | 0 | 0.52 | 0.26 | 0.20 | 330 | 0.51 | 0.6 |
| Hex | CD | 63 | 98 | 0 | 34 | 1A | 14 | 14A | 33 | 3C |
| Octal | 315 | 143 | 230 | 0 | 64 | 32 | 24 | 512 | 63 | 74 |
| Binary | 11001101 | 1100011 | 10011000 | 0 | 110100 | 11010 | 10100 | 101001010 | 110011 | 111100 |
Color Harmonies of #CD6398
Complementary color
Monochromatic Colors of #CD6398
Black with #CD6398
Text Example
Text Example
White with #CD6398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6398; }
p { color: rgb(205,99,152); }
H1.HeaderClassName
{
color: #CD6398;
}
.AnyTagClassName
{
color: #CD6398;
}
</style>
background-color css
<style>
a { background-color: #CD6398; }
a { background-color: rgb(205,99,152); }
div.DivClassName
{
background-color: #CD6398;
}
.BgClassName
{
background-color: #CD6398;
}
</style>
border-color css
<style>
span { border-color: #CD6398; }
span { border-color: rgb(205,99,152); }
td.TdClassName
{
border-color: #CD6398;
}
.TagClassName
{
border-color: #CD6398;
}
</style>