Shades of Hopbush #CA6FAF
Tints of Hopbush #CA6FAF
RGB
CMYK
RGB Variations
Color information
#CA6FAF (or 0xCA6FAF) is known color: Hopbush. HEX triplet: CA, 6F and AF. RGB value is (202,111,175). Sum of RGB (Red+Green+Blue) = 202+111+175=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6FAF is #359050. Grayscale: #919191. Windows color (decimal): -3510353 or 11497418. OLE color: 11497418.
HSL color Cylindrical-coordinate representation of color #CA6FAF: hue angle of 317.8º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6FAF is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 175 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.21 |
| HSL | 317.8º | 0.46% | 0.61% | - |
| HSV(B) | 317.8º | 0.45% | 0.79% | - |
| XYZ | 37.78 | 27.02 | 43.78 | - |
| YUV | 145.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 175 | 0 | 0.45 | 0.13 | 0.21 | 317.8 | 0.46 | 0.61 |
| Hex | CA | 6F | AF | 0 | 2D | D | 15 | 13E | 2E | 3D |
| Octal | 312 | 157 | 257 | 0 | 55 | 15 | 25 | 476 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10101111 | 0 | 101101 | 1101 | 10101 | 100111110 | 101110 | 111101 |
Color Harmonies of #CA6FAF
Complementary color
Monochromatic Colors of #CA6FAF
Black with #CA6FAF
Text Example
Text Example
White with #CA6FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FAF; }
p { color: rgb(202,111,175); }
H1.HeaderClassName
{
color: #CA6FAF;
}
.AnyTagClassName
{
color: #CA6FAF;
}
</style>
background-color css
<style>
a { background-color: #CA6FAF; }
a { background-color: rgb(202,111,175); }
div.DivClassName
{
background-color: #CA6FAF;
}
.BgClassName
{
background-color: #CA6FAF;
}
</style>
border-color css
<style>
span { border-color: #CA6FAF; }
span { border-color: rgb(202,111,175); }
td.TdClassName
{
border-color: #CA6FAF;
}
.TagClassName
{
border-color: #CA6FAF;
}
</style>