Shades of Heliotrope #CB80FF
Tints of Heliotrope #CB80FF
RGB
CMYK
RGB Variations
Color information
#CB80FF (or 0xCB80FF) is known color: Heliotrope. HEX triplet: CB, 80 and FF. RGB value is (203,128,255). Sum of RGB (Red+Green+Blue) = 203+128+255=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80FF is #347F00. Grayscale: #A4A4A4. Windows color (decimal): -3440385 or 16744651. OLE color: 16744651.
HSL color Cylindrical-coordinate representation of color #CB80FF: hue angle of 275.43º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB80FF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 128 | 255 | - |
| CMYK | 0.20 | 0.50 | 0 | 0 |
| HSL | 275.43º | 1% | 0.75% | - |
| HSV(B) | 275.43º | 0.5% | 1% | - |
| XYZ | 50.4 | 35.35 | 98.78 | - |
| YUV | 164.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 255 | 0.20 | 0.50 | 0 | 0 | 275.43 | 1 | 0.75 |
| Hex | CB | 80 | FF | 14 | 32 | 0 | 0 | 113 | 64 | 4B |
| Octal | 313 | 200 | 377 | 24 | 62 | 0 | 0 | 423 | 144 | 113 |
| Binary | 11001011 | 10000000 | 11111111 | 10100 | 110010 | 0 | 0 | 100010011 | 1100100 | 1001011 |
Color Harmonies of #CB80FF
Complementary color
Monochromatic Colors of #CB80FF
Black with #CB80FF
Text Example
Text Example
White with #CB80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80FF; }
p { color: rgb(203,128,255); }
H1.HeaderClassName
{
color: #CB80FF;
}
.AnyTagClassName
{
color: #CB80FF;
}
</style>
background-color css
<style>
a { background-color: #CB80FF; }
a { background-color: rgb(203,128,255); }
div.DivClassName
{
background-color: #CB80FF;
}
.BgClassName
{
background-color: #CB80FF;
}
</style>
border-color css
<style>
span { border-color: #CB80FF; }
span { border-color: rgb(203,128,255); }
td.TdClassName
{
border-color: #CB80FF;
}
.TagClassName
{
border-color: #CB80FF;
}
</style>