Shades of Hopbush #CA68AD
Tints of Hopbush #CA68AD
RGB
CMYK
RGB Variations
Color information
#CA68AD (or 0xCA68AD) is known color: Hopbush. HEX triplet: CA, 68 and AD. RGB value is (202,104,173). Sum of RGB (Red+Green+Blue) = 202+104+173=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68AD is #359752. Grayscale: #8C8C8C. Windows color (decimal): -3512147 or 11364554. OLE color: 11364554.
HSL color Cylindrical-coordinate representation of color #CA68AD: hue angle of 317.76º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68AD is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 173 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.21 |
| HSL | 317.76º | 0.48% | 0.6% | - |
| HSV(B) | 317.76º | 0.49% | 0.79% | - |
| XYZ | 36.85 | 25.47 | 42.51 | - |
| YUV | 141.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 173 | 0 | 0.49 | 0.14 | 0.21 | 317.76 | 0.48 | 0.6 |
| Hex | CA | 68 | AD | 0 | 31 | E | 15 | 13E | 30 | 3C |
| Octal | 312 | 150 | 255 | 0 | 61 | 16 | 25 | 476 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10101101 | 0 | 110001 | 1110 | 10101 | 100111110 | 110000 | 111100 |
Color Harmonies of #CA68AD
Complementary color
Monochromatic Colors of #CA68AD
Black with #CA68AD
Text Example
Text Example
White with #CA68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68AD; }
p { color: rgb(202,104,173); }
H1.HeaderClassName
{
color: #CA68AD;
}
.AnyTagClassName
{
color: #CA68AD;
}
</style>
background-color css
<style>
a { background-color: #CA68AD; }
a { background-color: rgb(202,104,173); }
div.DivClassName
{
background-color: #CA68AD;
}
.BgClassName
{
background-color: #CA68AD;
}
</style>
border-color css
<style>
span { border-color: #CA68AD; }
span { border-color: rgb(202,104,173); }
td.TdClassName
{
border-color: #CA68AD;
}
.TagClassName
{
border-color: #CA68AD;
}
</style>