Shades of Heliotrope #CB80FB
Tints of Heliotrope #CB80FB
RGB
CMYK
RGB Variations
Color information
#CB80FB (or 0xCB80FB) is known color: Heliotrope. HEX triplet: CB, 80 and FB. RGB value is (203,128,251). Sum of RGB (Red+Green+Blue) = 203+128+251=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80FB is #347F04. Grayscale: #A4A4A4. Windows color (decimal): -3440389 or 16482507. OLE color: 16482507.
HSL color Cylindrical-coordinate representation of color #CB80FB: hue angle of 276.59º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB80FB is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 128 | 251 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.02 |
| HSL | 276.59º | 0.94% | 0.74% | - |
| HSV(B) | 276.59º | 0.49% | 0.98% | - |
| XYZ | 49.76 | 35.1 | 95.42 | - |
| YUV | 164.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 251 | 0.19 | 0.49 | 0 | 0.02 | 276.59 | 0.94 | 0.74 |
| Hex | CB | 80 | FB | 13 | 31 | 0 | 2 | 115 | 5E | 4A |
| Octal | 313 | 200 | 373 | 23 | 61 | 0 | 2 | 425 | 136 | 112 |
| Binary | 11001011 | 10000000 | 11111011 | 10011 | 110001 | 0 | 10 | 100010101 | 1011110 | 1001010 |
Color Harmonies of #CB80FB
Complementary color
Monochromatic Colors of #CB80FB
Black with #CB80FB
Text Example
Text Example
White with #CB80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80FB; }
p { color: rgb(203,128,251); }
H1.HeaderClassName
{
color: #CB80FB;
}
.AnyTagClassName
{
color: #CB80FB;
}
</style>
background-color css
<style>
a { background-color: #CB80FB; }
a { background-color: rgb(203,128,251); }
div.DivClassName
{
background-color: #CB80FB;
}
.BgClassName
{
background-color: #CB80FB;
}
</style>
border-color css
<style>
span { border-color: #CB80FB; }
span { border-color: rgb(203,128,251); }
td.TdClassName
{
border-color: #CB80FB;
}
.TagClassName
{
border-color: #CB80FB;
}
</style>