Shades of Heliotrope #CB84F0
Tints of Heliotrope #CB84F0
RGB
CMYK
RGB Variations
Color information
#CB84F0 (or 0xCB84F0) is known color: Heliotrope. HEX triplet: CB, 84 and F0. RGB value is (203,132,240). Sum of RGB (Red+Green+Blue) = 203+132+240=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB84F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84F0 is #347B0F. Grayscale: #A5A5A5. Windows color (decimal): -3439376 or 15762635. OLE color: 15762635.
HSL color Cylindrical-coordinate representation of color #CB84F0: hue angle of 279.44º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB84F0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 132 | 240 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.06 |
| HSL | 279.44º | 0.78% | 0.73% | - |
| HSV(B) | 279.44º | 0.45% | 0.94% | - |
| XYZ | 48.61 | 35.49 | 86.73 | - |
| YUV | 165.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 240 | 0.15 | 0.45 | 0 | 0.06 | 279.44 | 0.78 | 0.73 |
| Hex | CB | 84 | F0 | F | 2D | 0 | 6 | 117 | 4E | 49 |
| Octal | 313 | 204 | 360 | 17 | 55 | 0 | 6 | 427 | 116 | 111 |
| Binary | 11001011 | 10000100 | 11110000 | 1111 | 101101 | 0 | 110 | 100010111 | 1001110 | 1001001 |
Color Harmonies of #CB84F0
Complementary color
Monochromatic Colors of #CB84F0
Black with #CB84F0
Text Example
Text Example
White with #CB84F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84F0; }
p { color: rgb(203,132,240); }
H1.HeaderClassName
{
color: #CB84F0;
}
.AnyTagClassName
{
color: #CB84F0;
}
</style>
background-color css
<style>
a { background-color: #CB84F0; }
a { background-color: rgb(203,132,240); }
div.DivClassName
{
background-color: #CB84F0;
}
.BgClassName
{
background-color: #CB84F0;
}
</style>
border-color css
<style>
span { border-color: #CB84F0; }
span { border-color: rgb(203,132,240); }
td.TdClassName
{
border-color: #CB84F0;
}
.TagClassName
{
border-color: #CB84F0;
}
</style>