Shades of Heliotrope #CB6FF1
Tints of Heliotrope #CB6FF1
RGB
CMYK
RGB Variations
Color information
#CB6FF1 (or 0xCB6FF1) is known color: Heliotrope. HEX triplet: CB, 6F and F1. RGB value is (203,111,241). Sum of RGB (Red+Green+Blue) = 203+111+241=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB6FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FF1 is #34900E. Grayscale: #989898. Windows color (decimal): -3444751 or 15822795. OLE color: 15822795.
HSL color Cylindrical-coordinate representation of color #CB6FF1: hue angle of 282.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6FF1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 111 | 241 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.05 |
| HSL | 282.46º | 0.82% | 0.69% | - |
| HSV(B) | 282.46º | 0.54% | 0.95% | - |
| XYZ | 46.19 | 30.42 | 86.66 | - |
| YUV | 153.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 241 | 0.16 | 0.54 | 0 | 0.05 | 282.46 | 0.82 | 0.69 |
| Hex | CB | 6F | F1 | 10 | 36 | 0 | 5 | 11A | 52 | 45 |
| Octal | 313 | 157 | 361 | 20 | 66 | 0 | 5 | 432 | 122 | 105 |
| Binary | 11001011 | 1101111 | 11110001 | 10000 | 110110 | 0 | 101 | 100011010 | 1010010 | 1000101 |
Color Harmonies of #CB6FF1
Complementary color
Monochromatic Colors of #CB6FF1
Black with #CB6FF1
Text Example
Text Example
White with #CB6FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FF1; }
p { color: rgb(203,111,241); }
H1.HeaderClassName
{
color: #CB6FF1;
}
.AnyTagClassName
{
color: #CB6FF1;
}
</style>
background-color css
<style>
a { background-color: #CB6FF1; }
a { background-color: rgb(203,111,241); }
div.DivClassName
{
background-color: #CB6FF1;
}
.BgClassName
{
background-color: #CB6FF1;
}
</style>
border-color css
<style>
span { border-color: #CB6FF1; }
span { border-color: rgb(203,111,241); }
td.TdClassName
{
border-color: #CB6FF1;
}
.TagClassName
{
border-color: #CB6FF1;
}
</style>