Shades of Heliotrope #CB8AF8
Tints of Heliotrope #CB8AF8
RGB
CMYK
RGB Variations
Color information
#CB8AF8 (or 0xCB8AF8) is known color: Heliotrope. HEX triplet: CB, 8A and F8. RGB value is (203,138,248). Sum of RGB (Red+Green+Blue) = 203+138+248=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB8AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AF8 is #347507. Grayscale: #A9A9A9. Windows color (decimal): -3437832 or 16288459. OLE color: 16288459.
HSL color Cylindrical-coordinate representation of color #CB8AF8: hue angle of 275.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8AF8 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 138 | 248 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.03 |
| HSL | 275.45º | 0.89% | 0.76% | - |
| HSV(B) | 275.45º | 0.44% | 0.97% | - |
| XYZ | 50.66 | 37.65 | 93.4 | - |
| YUV | 169.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 248 | 0.18 | 0.44 | 0 | 0.03 | 275.45 | 0.89 | 0.76 |
| Hex | CB | 8A | F8 | 12 | 2C | 0 | 3 | 113 | 59 | 4C |
| Octal | 313 | 212 | 370 | 22 | 54 | 0 | 3 | 423 | 131 | 114 |
| Binary | 11001011 | 10001010 | 11111000 | 10010 | 101100 | 0 | 11 | 100010011 | 1011001 | 1001100 |
Color Harmonies of #CB8AF8
Complementary color
Monochromatic Colors of #CB8AF8
Black with #CB8AF8
Text Example
Text Example
White with #CB8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AF8; }
p { color: rgb(203,138,248); }
H1.HeaderClassName
{
color: #CB8AF8;
}
.AnyTagClassName
{
color: #CB8AF8;
}
</style>
background-color css
<style>
a { background-color: #CB8AF8; }
a { background-color: rgb(203,138,248); }
div.DivClassName
{
background-color: #CB8AF8;
}
.BgClassName
{
background-color: #CB8AF8;
}
</style>
border-color css
<style>
span { border-color: #CB8AF8; }
span { border-color: rgb(203,138,248); }
td.TdClassName
{
border-color: #CB8AF8;
}
.TagClassName
{
border-color: #CB8AF8;
}
</style>