Shades of Heliotrope #CB8AFC
Tints of Heliotrope #CB8AFC
RGB
CMYK
RGB Variations
Color information
#CB8AFC (or 0xCB8AFC) is known color: Heliotrope. HEX triplet: CB, 8A and FC. RGB value is (203,138,252). Sum of RGB (Red+Green+Blue) = 203+138+252=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AFC is #347503. Grayscale: #AAAAAA. Windows color (decimal): -3437828 or 16550603. OLE color: 16550603.
HSL color Cylindrical-coordinate representation of color #CB8AFC: hue angle of 274.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB8AFC is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 138 | 252 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.01 |
| HSL | 274.21º | 0.95% | 0.76% | - |
| HSV(B) | 274.21º | 0.45% | 0.99% | - |
| XYZ | 51.29 | 37.9 | 96.71 | - |
| YUV | 170.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 252 | 0.19 | 0.45 | 0 | 0.01 | 274.21 | 0.95 | 0.76 |
| Hex | CB | 8A | FC | 13 | 2D | 0 | 1 | 112 | 5F | 4C |
| Octal | 313 | 212 | 374 | 23 | 55 | 0 | 1 | 422 | 137 | 114 |
| Binary | 11001011 | 10001010 | 11111100 | 10011 | 101101 | 0 | 1 | 100010010 | 1011111 | 1001100 |
Color Harmonies of #CB8AFC
Complementary color
Monochromatic Colors of #CB8AFC
Black with #CB8AFC
Text Example
Text Example
White with #CB8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AFC; }
p { color: rgb(203,138,252); }
H1.HeaderClassName
{
color: #CB8AFC;
}
.AnyTagClassName
{
color: #CB8AFC;
}
</style>
background-color css
<style>
a { background-color: #CB8AFC; }
a { background-color: rgb(203,138,252); }
div.DivClassName
{
background-color: #CB8AFC;
}
.BgClassName
{
background-color: #CB8AFC;
}
</style>
border-color css
<style>
span { border-color: #CB8AFC; }
span { border-color: rgb(203,138,252); }
td.TdClassName
{
border-color: #CB8AFC;
}
.TagClassName
{
border-color: #CB8AFC;
}
</style>