Shades of Hopbush #CA68AC
Tints of Hopbush #CA68AC
RGB
CMYK
RGB Variations
Color information
#CA68AC (or 0xCA68AC) is known color: Hopbush. HEX triplet: CA, 68 and AC. RGB value is (202,104,172). Sum of RGB (Red+Green+Blue) = 202+104+172=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68AC is #359753. Grayscale: #8C8C8C. Windows color (decimal): -3512148 or 11299018. OLE color: 11299018.
HSL color Cylindrical-coordinate representation of color #CA68AC: hue angle of 318.37º 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 #CA68AC is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 172 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.21 |
| HSL | 318.37º | 0.48% | 0.6% | - |
| HSV(B) | 318.37º | 0.49% | 0.79% | - |
| XYZ | 36.75 | 25.44 | 42 | - |
| YUV | 141.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 172 | 0 | 0.49 | 0.15 | 0.21 | 318.37 | 0.48 | 0.6 |
| Hex | CA | 68 | AC | 0 | 31 | F | 15 | 13E | 30 | 3C |
| Octal | 312 | 150 | 254 | 0 | 61 | 17 | 25 | 476 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10101100 | 0 | 110001 | 1111 | 10101 | 100111110 | 110000 | 111100 |
Color Harmonies of #CA68AC
Complementary color
Monochromatic Colors of #CA68AC
Black with #CA68AC
Text Example
Text Example
White with #CA68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68AC; }
p { color: rgb(202,104,172); }
H1.HeaderClassName
{
color: #CA68AC;
}
.AnyTagClassName
{
color: #CA68AC;
}
</style>
background-color css
<style>
a { background-color: #CA68AC; }
a { background-color: rgb(202,104,172); }
div.DivClassName
{
background-color: #CA68AC;
}
.BgClassName
{
background-color: #CA68AC;
}
</style>
border-color css
<style>
span { border-color: #CA68AC; }
span { border-color: rgb(202,104,172); }
td.TdClassName
{
border-color: #CA68AC;
}
.TagClassName
{
border-color: #CA68AC;
}
</style>