Shades of Heliotrope #CB8AFF
Tints of Heliotrope #CB8AFF
RGB
CMYK
RGB Variations
Color information
#CB8AFF (or 0xCB8AFF) is known color: Heliotrope. HEX triplet: CB, 8A and FF. RGB value is (203,138,255). Sum of RGB (Red+Green+Blue) = 203+138+255=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AFF is #347500. Grayscale: #AAAAAA. Windows color (decimal): -3437825 or 16747211. OLE color: 16747211.
HSL color Cylindrical-coordinate representation of color #CB8AFF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB8AFF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 138 | 255 | - |
| CMYK | 0.20 | 0.46 | 0 | 0 |
| HSL | 273.33º | 1% | 0.77% | - |
| HSV(B) | 273.33º | 0.46% | 1% | - |
| XYZ | 51.77 | 38.09 | 99.23 | - |
| YUV | 170.77 | 175.53 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 255 | 0.20 | 0.46 | 0 | 0 | 273.33 | 1 | 0.77 |
| Hex | CB | 8A | FF | 14 | 2E | 0 | 0 | 111 | 64 | 4D |
| Octal | 313 | 212 | 377 | 24 | 56 | 0 | 0 | 421 | 144 | 115 |
| Binary | 11001011 | 10001010 | 11111111 | 10100 | 101110 | 0 | 0 | 100010001 | 1100100 | 1001101 |
Color Harmonies of #CB8AFF
Complementary color
Monochromatic Colors of #CB8AFF
Black with #CB8AFF
Text Example
Text Example
White with #CB8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AFF; }
p { color: rgb(203,138,255); }
H1.HeaderClassName
{
color: #CB8AFF;
}
.AnyTagClassName
{
color: #CB8AFF;
}
</style>
background-color css
<style>
a { background-color: #CB8AFF; }
a { background-color: rgb(203,138,255); }
div.DivClassName
{
background-color: #CB8AFF;
}
.BgClassName
{
background-color: #CB8AFF;
}
</style>
border-color css
<style>
span { border-color: #CB8AFF; }
span { border-color: rgb(203,138,255); }
td.TdClassName
{
border-color: #CB8AFF;
}
.TagClassName
{
border-color: #CB8AFF;
}
</style>