Shades of Heliotrope #CB8AFB
Tints of Heliotrope #CB8AFB
RGB
CMYK
RGB Variations
Color information
#CB8AFB (or 0xCB8AFB) is known color: Heliotrope. HEX triplet: CB, 8A and FB. RGB value is (203,138,251). Sum of RGB (Red+Green+Blue) = 203+138+251=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AFB is #347504. Grayscale: #A9A9A9. Windows color (decimal): -3437829 or 16485067. OLE color: 16485067.
HSL color Cylindrical-coordinate representation of color #CB8AFB: hue angle of 274.51º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB8AFB is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 138 | 251 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.02 |
| HSL | 274.51º | 0.93% | 0.76% | - |
| HSV(B) | 274.51º | 0.45% | 0.98% | - |
| XYZ | 51.13 | 37.84 | 95.88 | - |
| YUV | 170.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 251 | 0.19 | 0.45 | 0 | 0.02 | 274.51 | 0.93 | 0.76 |
| Hex | CB | 8A | FB | 13 | 2D | 0 | 2 | 113 | 5D | 4C |
| Octal | 313 | 212 | 373 | 23 | 55 | 0 | 2 | 423 | 135 | 114 |
| Binary | 11001011 | 10001010 | 11111011 | 10011 | 101101 | 0 | 10 | 100010011 | 1011101 | 1001100 |
Color Harmonies of #CB8AFB
Complementary color
Monochromatic Colors of #CB8AFB
Black with #CB8AFB
Text Example
Text Example
White with #CB8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AFB; }
p { color: rgb(203,138,251); }
H1.HeaderClassName
{
color: #CB8AFB;
}
.AnyTagClassName
{
color: #CB8AFB;
}
</style>
background-color css
<style>
a { background-color: #CB8AFB; }
a { background-color: rgb(203,138,251); }
div.DivClassName
{
background-color: #CB8AFB;
}
.BgClassName
{
background-color: #CB8AFB;
}
</style>
border-color css
<style>
span { border-color: #CB8AFB; }
span { border-color: rgb(203,138,251); }
td.TdClassName
{
border-color: #CB8AFB;
}
.TagClassName
{
border-color: #CB8AFB;
}
</style>