Shades of Heliotrope #CB8CFF
Tints of Heliotrope #CB8CFF
RGB
CMYK
RGB Variations
Color information
#CB8CFF (or 0xCB8CFF) is known color: Heliotrope. HEX triplet: CB, 8C and FF. RGB value is (203,140,255). Sum of RGB (Red+Green+Blue) = 203+140+255=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8CFF is #347300. Grayscale: #ABABAB. Windows color (decimal): -3437313 or 16747723. OLE color: 16747723.
HSL color Cylindrical-coordinate representation of color #CB8CFF: hue angle of 272.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB8CFF is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 140 | 255 | - |
| CMYK | 0.20 | 0.45 | 0 | 0 |
| HSL | 272.87º | 1% | 0.77% | - |
| HSV(B) | 272.87º | 0.45% | 1% | - |
| XYZ | 52.06 | 38.67 | 99.33 | - |
| YUV | 171.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 255 | 0.20 | 0.45 | 0 | 0 | 272.87 | 1 | 0.77 |
| Hex | CB | 8C | FF | 14 | 2D | 0 | 0 | 111 | 64 | 4D |
| Octal | 313 | 214 | 377 | 24 | 55 | 0 | 0 | 421 | 144 | 115 |
| Binary | 11001011 | 10001100 | 11111111 | 10100 | 101101 | 0 | 0 | 100010001 | 1100100 | 1001101 |
Color Harmonies of #CB8CFF
Complementary color
Monochromatic Colors of #CB8CFF
Black with #CB8CFF
Text Example
Text Example
White with #CB8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CFF; }
p { color: rgb(203,140,255); }
H1.HeaderClassName
{
color: #CB8CFF;
}
.AnyTagClassName
{
color: #CB8CFF;
}
</style>
background-color css
<style>
a { background-color: #CB8CFF; }
a { background-color: rgb(203,140,255); }
div.DivClassName
{
background-color: #CB8CFF;
}
.BgClassName
{
background-color: #CB8CFF;
}
</style>
border-color css
<style>
span { border-color: #CB8CFF; }
span { border-color: rgb(203,140,255); }
td.TdClassName
{
border-color: #CB8CFF;
}
.TagClassName
{
border-color: #CB8CFF;
}
</style>