Shades of Heliotrope #CB81F8
Tints of Heliotrope #CB81F8
RGB
CMYK
RGB Variations
Color information
#CB81F8 (or 0xCB81F8) is known color: Heliotrope. HEX triplet: CB, 81 and F8. RGB value is (203,129,248). Sum of RGB (Red+Green+Blue) = 203+129+248=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB81F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB81F8 is #347E07. Grayscale: #A4A4A4. Windows color (decimal): -3440136 or 16286155. OLE color: 16286155.
HSL color Cylindrical-coordinate representation of color #CB81F8: hue angle of 277.31º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB81F8 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 129 | 248 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.03 |
| HSL | 277.31º | 0.89% | 0.74% | - |
| HSV(B) | 277.31º | 0.48% | 0.97% | - |
| XYZ | 49.42 | 35.17 | 92.99 | - |
| YUV | 164.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 248 | 0.18 | 0.48 | 0 | 0.03 | 277.31 | 0.89 | 0.74 |
| Hex | CB | 81 | F8 | 12 | 30 | 0 | 3 | 115 | 59 | 4A |
| Octal | 313 | 201 | 370 | 22 | 60 | 0 | 3 | 425 | 131 | 112 |
| Binary | 11001011 | 10000001 | 11111000 | 10010 | 110000 | 0 | 11 | 100010101 | 1011001 | 1001010 |
Color Harmonies of #CB81F8
Complementary color
Monochromatic Colors of #CB81F8
Black with #CB81F8
Text Example
Text Example
White with #CB81F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81F8; }
p { color: rgb(203,129,248); }
H1.HeaderClassName
{
color: #CB81F8;
}
.AnyTagClassName
{
color: #CB81F8;
}
</style>
background-color css
<style>
a { background-color: #CB81F8; }
a { background-color: rgb(203,129,248); }
div.DivClassName
{
background-color: #CB81F8;
}
.BgClassName
{
background-color: #CB81F8;
}
</style>
border-color css
<style>
span { border-color: #CB81F8; }
span { border-color: rgb(203,129,248); }
td.TdClassName
{
border-color: #CB81F8;
}
.TagClassName
{
border-color: #CB81F8;
}
</style>