Shades of Heliotrope #CB84F3
Tints of Heliotrope #CB84F3
RGB
CMYK
RGB Variations
Color information
#CB84F3 (or 0xCB84F3) is known color: Heliotrope. HEX triplet: CB, 84 and F3. RGB value is (203,132,243). Sum of RGB (Red+Green+Blue) = 203+132+243=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB84F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84F3 is #347B0C. Grayscale: #A5A5A5. Windows color (decimal): -3439373 or 15959243. OLE color: 15959243.
HSL color Cylindrical-coordinate representation of color #CB84F3: hue angle of 278.38º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB84F3 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 132 | 243 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.05 |
| HSL | 278.38º | 0.82% | 0.74% | - |
| HSV(B) | 278.38º | 0.46% | 0.95% | - |
| XYZ | 49.06 | 35.67 | 89.09 | - |
| YUV | 165.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 243 | 0.16 | 0.46 | 0 | 0.05 | 278.38 | 0.82 | 0.74 |
| Hex | CB | 84 | F3 | 10 | 2E | 0 | 5 | 116 | 52 | 4A |
| Octal | 313 | 204 | 363 | 20 | 56 | 0 | 5 | 426 | 122 | 112 |
| Binary | 11001011 | 10000100 | 11110011 | 10000 | 101110 | 0 | 101 | 100010110 | 1010010 | 1001010 |
Color Harmonies of #CB84F3
Complementary color
Monochromatic Colors of #CB84F3
Black with #CB84F3
Text Example
Text Example
White with #CB84F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84F3; }
p { color: rgb(203,132,243); }
H1.HeaderClassName
{
color: #CB84F3;
}
.AnyTagClassName
{
color: #CB84F3;
}
</style>
background-color css
<style>
a { background-color: #CB84F3; }
a { background-color: rgb(203,132,243); }
div.DivClassName
{
background-color: #CB84F3;
}
.BgClassName
{
background-color: #CB84F3;
}
</style>
border-color css
<style>
span { border-color: #CB84F3; }
span { border-color: rgb(203,132,243); }
td.TdClassName
{
border-color: #CB84F3;
}
.TagClassName
{
border-color: #CB84F3;
}
</style>