Shades of Heliotrope #CB81FF
Tints of Heliotrope #CB81FF
RGB
CMYK
RGB Variations
Color information
#CB81FF (or 0xCB81FF) is known color: Heliotrope. HEX triplet: CB, 81 and FF. RGB value is (203,129,255). Sum of RGB (Red+Green+Blue) = 203+129+255=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB81FF is #347E00. Grayscale: #A5A5A5. Windows color (decimal): -3440129 or 16744907. OLE color: 16744907.
HSL color Cylindrical-coordinate representation of color #CB81FF: hue angle of 275.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB81FF is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 129 | 255 | - |
| CMYK | 0.20 | 0.49 | 0 | 0 |
| HSL | 275.24º | 1% | 0.75% | - |
| HSV(B) | 275.24º | 0.49% | 1% | - |
| XYZ | 50.53 | 35.62 | 98.82 | - |
| YUV | 165.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 255 | 0.20 | 0.49 | 0 | 0 | 275.24 | 1 | 0.75 |
| Hex | CB | 81 | FF | 14 | 31 | 0 | 0 | 113 | 64 | 4B |
| Octal | 313 | 201 | 377 | 24 | 61 | 0 | 0 | 423 | 144 | 113 |
| Binary | 11001011 | 10000001 | 11111111 | 10100 | 110001 | 0 | 0 | 100010011 | 1100100 | 1001011 |
Color Harmonies of #CB81FF
Complementary color
Monochromatic Colors of #CB81FF
Black with #CB81FF
Text Example
Text Example
White with #CB81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81FF; }
p { color: rgb(203,129,255); }
H1.HeaderClassName
{
color: #CB81FF;
}
.AnyTagClassName
{
color: #CB81FF;
}
</style>
background-color css
<style>
a { background-color: #CB81FF; }
a { background-color: rgb(203,129,255); }
div.DivClassName
{
background-color: #CB81FF;
}
.BgClassName
{
background-color: #CB81FF;
}
</style>
border-color css
<style>
span { border-color: #CB81FF; }
span { border-color: rgb(203,129,255); }
td.TdClassName
{
border-color: #CB81FF;
}
.TagClassName
{
border-color: #CB81FF;
}
</style>