Shades of Heliotrope #CB82F0
Tints of Heliotrope #CB82F0
RGB
CMYK
RGB Variations
Color information
#CB82F0 (or 0xCB82F0) is known color: Heliotrope. HEX triplet: CB, 82 and F0. RGB value is (203,130,240). Sum of RGB (Red+Green+Blue) = 203+130+240=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB82F0 is #347D0F. Grayscale: #A4A4A4. Windows color (decimal): -3439888 or 15762123. OLE color: 15762123.
HSL color Cylindrical-coordinate representation of color #CB82F0: hue angle of 279.82º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB82F0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 130 | 240 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.06 |
| HSL | 279.82º | 0.79% | 0.73% | - |
| HSV(B) | 279.82º | 0.46% | 0.94% | - |
| XYZ | 48.34 | 34.95 | 86.64 | - |
| YUV | 164.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 240 | 0.15 | 0.46 | 0 | 0.06 | 279.82 | 0.79 | 0.73 |
| Hex | CB | 82 | F0 | F | 2E | 0 | 6 | 118 | 4F | 49 |
| Octal | 313 | 202 | 360 | 17 | 56 | 0 | 6 | 430 | 117 | 111 |
| Binary | 11001011 | 10000010 | 11110000 | 1111 | 101110 | 0 | 110 | 100011000 | 1001111 | 1001001 |
Color Harmonies of #CB82F0
Complementary color
Monochromatic Colors of #CB82F0
Black with #CB82F0
Text Example
Text Example
White with #CB82F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82F0; }
p { color: rgb(203,130,240); }
H1.HeaderClassName
{
color: #CB82F0;
}
.AnyTagClassName
{
color: #CB82F0;
}
</style>
background-color css
<style>
a { background-color: #CB82F0; }
a { background-color: rgb(203,130,240); }
div.DivClassName
{
background-color: #CB82F0;
}
.BgClassName
{
background-color: #CB82F0;
}
</style>
border-color css
<style>
span { border-color: #CB82F0; }
span { border-color: rgb(203,130,240); }
td.TdClassName
{
border-color: #CB82F0;
}
.TagClassName
{
border-color: #CB82F0;
}
</style>