Shades of Heliotrope #CB84FF
Tints of Heliotrope #CB84FF
RGB
CMYK
RGB Variations
Color information
#CB84FF (or 0xCB84FF) is known color: Heliotrope. HEX triplet: CB, 84 and FF. RGB value is (203,132,255). Sum of RGB (Red+Green+Blue) = 203+132+255=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84FF is #347B00. Grayscale: #A6A6A6. Windows color (decimal): -3439361 or 16745675. OLE color: 16745675.
HSL color Cylindrical-coordinate representation of color #CB84FF: hue angle of 274.63º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB84FF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 132 | 255 | - |
| CMYK | 0.20 | 0.48 | 0 | 0 |
| HSL | 274.63º | 1% | 0.76% | - |
| HSV(B) | 274.63º | 0.48% | 1% | - |
| XYZ | 50.93 | 36.42 | 98.95 | - |
| YUV | 167.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 255 | 0.20 | 0.48 | 0 | 0 | 274.63 | 1 | 0.76 |
| Hex | CB | 84 | FF | 14 | 30 | 0 | 0 | 113 | 64 | 4C |
| Octal | 313 | 204 | 377 | 24 | 60 | 0 | 0 | 423 | 144 | 114 |
| Binary | 11001011 | 10000100 | 11111111 | 10100 | 110000 | 0 | 0 | 100010011 | 1100100 | 1001100 |
Color Harmonies of #CB84FF
Complementary color
Monochromatic Colors of #CB84FF
Black with #CB84FF
Text Example
Text Example
White with #CB84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84FF; }
p { color: rgb(203,132,255); }
H1.HeaderClassName
{
color: #CB84FF;
}
.AnyTagClassName
{
color: #CB84FF;
}
</style>
background-color css
<style>
a { background-color: #CB84FF; }
a { background-color: rgb(203,132,255); }
div.DivClassName
{
background-color: #CB84FF;
}
.BgClassName
{
background-color: #CB84FF;
}
</style>
border-color css
<style>
span { border-color: #CB84FF; }
span { border-color: rgb(203,132,255); }
td.TdClassName
{
border-color: #CB84FF;
}
.TagClassName
{
border-color: #CB84FF;
}
</style>