Shades of Viola #CB88A8
Tints of Viola #CB88A8
RGB
CMYK
RGB Variations
Color information
#CB88A8 (or 0xCB88A8) is known color: Viola. HEX triplet: CB, 88 and A8. RGB value is (203,136,168). Sum of RGB (Red+Green+Blue) = 203+136+168=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88A8 is #347757. Grayscale: #9F9F9F. Windows color (decimal): -3438424 or 11045067. OLE color: 11045067.
HSL color Cylindrical-coordinate representation of color #CB88A8: hue angle of 331.34º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB88A8 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 168 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.20 |
| HSL | 331.34º | 0.39% | 0.66% | - |
| HSV(B) | 331.34º | 0.33% | 0.8% | - |
| XYZ | 40.5 | 33.13 | 41.31 | - |
| YUV | 159.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 168 | 0 | 0.33 | 0.17 | 0.20 | 331.34 | 0.39 | 0.66 |
| Hex | CB | 88 | A8 | 0 | 21 | 11 | 14 | 14B | 27 | 42 |
| Octal | 313 | 210 | 250 | 0 | 41 | 21 | 24 | 513 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10101000 | 0 | 100001 | 10001 | 10100 | 101001011 | 100111 | 1000010 |
Color Harmonies of #CB88A8
Complementary color
Monochromatic Colors of #CB88A8
Black with #CB88A8
Text Example
Text Example
White with #CB88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88A8; }
p { color: rgb(203,136,168); }
H1.HeaderClassName
{
color: #CB88A8;
}
.AnyTagClassName
{
color: #CB88A8;
}
</style>
background-color css
<style>
a { background-color: #CB88A8; }
a { background-color: rgb(203,136,168); }
div.DivClassName
{
background-color: #CB88A8;
}
.BgClassName
{
background-color: #CB88A8;
}
</style>
border-color css
<style>
span { border-color: #CB88A8; }
span { border-color: rgb(203,136,168); }
td.TdClassName
{
border-color: #CB88A8;
}
.TagClassName
{
border-color: #CB88A8;
}
</style>