Shades of Heliotrope #CB82FF
Tints of Heliotrope #CB82FF
RGB
CMYK
RGB Variations
Color information
#CB82FF (or 0xCB82FF) is known color: Heliotrope. HEX triplet: CB, 82 and FF. RGB value is (203,130,255). Sum of RGB (Red+Green+Blue) = 203+130+255=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB82FF is #347D00. Grayscale: #A5A5A5. Windows color (decimal): -3439873 or 16745163. OLE color: 16745163.
HSL color Cylindrical-coordinate representation of color #CB82FF: hue angle of 275.04º 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 #CB82FF is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 130 | 255 | - |
| CMYK | 0.20 | 0.49 | 0 | 0 |
| HSL | 275.04º | 1% | 0.75% | - |
| HSV(B) | 275.04º | 0.49% | 1% | - |
| XYZ | 50.66 | 35.88 | 98.86 | - |
| YUV | 166.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 255 | 0.20 | 0.49 | 0 | 0 | 275.04 | 1 | 0.75 |
| Hex | CB | 82 | FF | 14 | 31 | 0 | 0 | 113 | 64 | 4B |
| Octal | 313 | 202 | 377 | 24 | 61 | 0 | 0 | 423 | 144 | 113 |
| Binary | 11001011 | 10000010 | 11111111 | 10100 | 110001 | 0 | 0 | 100010011 | 1100100 | 1001011 |
Color Harmonies of #CB82FF
Complementary color
Monochromatic Colors of #CB82FF
Black with #CB82FF
Text Example
Text Example
White with #CB82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82FF; }
p { color: rgb(203,130,255); }
H1.HeaderClassName
{
color: #CB82FF;
}
.AnyTagClassName
{
color: #CB82FF;
}
</style>
background-color css
<style>
a { background-color: #CB82FF; }
a { background-color: rgb(203,130,255); }
div.DivClassName
{
background-color: #CB82FF;
}
.BgClassName
{
background-color: #CB82FF;
}
</style>
border-color css
<style>
span { border-color: #CB82FF; }
span { border-color: rgb(203,130,255); }
td.TdClassName
{
border-color: #CB82FF;
}
.TagClassName
{
border-color: #CB82FF;
}
</style>