Shades of Heliotrope #CB80F1
Tints of Heliotrope #CB80F1
RGB
CMYK
RGB Variations
Color information
#CB80F1 (or 0xCB80F1) is known color: Heliotrope. HEX triplet: CB, 80 and F1. RGB value is (203,128,241). Sum of RGB (Red+Green+Blue) = 203+128+241=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80F1 is #347F0E. Grayscale: #A2A2A2. Windows color (decimal): -3440399 or 15827147. OLE color: 15827147.
HSL color Cylindrical-coordinate representation of color #CB80F1: hue angle of 279.82º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB80F1 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 128 | 241 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.05 |
| HSL | 279.82º | 0.8% | 0.72% | - |
| HSV(B) | 279.82º | 0.47% | 0.95% | - |
| XYZ | 48.22 | 34.49 | 87.33 | - |
| YUV | 163.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 241 | 0.16 | 0.47 | 0 | 0.05 | 279.82 | 0.8 | 0.72 |
| Hex | CB | 80 | F1 | 10 | 2F | 0 | 5 | 118 | 50 | 48 |
| Octal | 313 | 200 | 361 | 20 | 57 | 0 | 5 | 430 | 120 | 110 |
| Binary | 11001011 | 10000000 | 11110001 | 10000 | 101111 | 0 | 101 | 100011000 | 1010000 | 1001000 |
Color Harmonies of #CB80F1
Complementary color
Monochromatic Colors of #CB80F1
Black with #CB80F1
Text Example
Text Example
White with #CB80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80F1; }
p { color: rgb(203,128,241); }
H1.HeaderClassName
{
color: #CB80F1;
}
.AnyTagClassName
{
color: #CB80F1;
}
</style>
background-color css
<style>
a { background-color: #CB80F1; }
a { background-color: rgb(203,128,241); }
div.DivClassName
{
background-color: #CB80F1;
}
.BgClassName
{
background-color: #CB80F1;
}
</style>
border-color css
<style>
span { border-color: #CB80F1; }
span { border-color: rgb(203,128,241); }
td.TdClassName
{
border-color: #CB80F1;
}
.TagClassName
{
border-color: #CB80F1;
}
</style>