Shades of Heliotrope #CB80F9
Tints of Heliotrope #CB80F9
RGB
CMYK
RGB Variations
Color information
#CB80F9 (or 0xCB80F9) is known color: Heliotrope. HEX triplet: CB, 80 and F9. RGB value is (203,128,249). Sum of RGB (Red+Green+Blue) = 203+128+249=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80F9 is #347F06. Grayscale: #A3A3A3. Windows color (decimal): -3440391 or 16351435. OLE color: 16351435.
HSL color Cylindrical-coordinate representation of color #CB80F9: hue angle of 277.19º degrees, saturation: 0.91, 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 #CB80F9 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 128 | 249 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.02 |
| HSL | 277.19º | 0.91% | 0.74% | - |
| HSV(B) | 277.19º | 0.49% | 0.98% | - |
| XYZ | 49.45 | 34.97 | 93.77 | - |
| YUV | 164.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 249 | 0.18 | 0.49 | 0 | 0.02 | 277.19 | 0.91 | 0.74 |
| Hex | CB | 80 | F9 | 12 | 31 | 0 | 2 | 115 | 5B | 4A |
| Octal | 313 | 200 | 371 | 22 | 61 | 0 | 2 | 425 | 133 | 112 |
| Binary | 11001011 | 10000000 | 11111001 | 10010 | 110001 | 0 | 10 | 100010101 | 1011011 | 1001010 |
Color Harmonies of #CB80F9
Complementary color
Monochromatic Colors of #CB80F9
Black with #CB80F9
Text Example
Text Example
White with #CB80F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80F9; }
p { color: rgb(203,128,249); }
H1.HeaderClassName
{
color: #CB80F9;
}
.AnyTagClassName
{
color: #CB80F9;
}
</style>
background-color css
<style>
a { background-color: #CB80F9; }
a { background-color: rgb(203,128,249); }
div.DivClassName
{
background-color: #CB80F9;
}
.BgClassName
{
background-color: #CB80F9;
}
</style>
border-color css
<style>
span { border-color: #CB80F9; }
span { border-color: rgb(203,128,249); }
td.TdClassName
{
border-color: #CB80F9;
}
.TagClassName
{
border-color: #CB80F9;
}
</style>