Shades of Heliotrope #CB6CF1
Tints of Heliotrope #CB6CF1
RGB
CMYK
RGB Variations
Color information
#CB6CF1 (or 0xCB6CF1) is known color: Heliotrope. HEX triplet: CB, 6C and F1. RGB value is (203,108,241). Sum of RGB (Red+Green+Blue) = 203+108+241=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CF1 is #34930E. Grayscale: #979797. Windows color (decimal): -3445519 or 15822027. OLE color: 15822027.
HSL color Cylindrical-coordinate representation of color #CB6CF1: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB6CF1 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 108 | 241 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.05 |
| HSL | 282.86º | 0.83% | 0.68% | - |
| HSV(B) | 282.86º | 0.55% | 0.95% | - |
| XYZ | 45.87 | 29.77 | 86.55 | - |
| YUV | 151.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 241 | 0.16 | 0.55 | 0 | 0.05 | 282.86 | 0.83 | 0.68 |
| Hex | CB | 6C | F1 | 10 | 37 | 0 | 5 | 11B | 53 | 44 |
| Octal | 313 | 154 | 361 | 20 | 67 | 0 | 5 | 433 | 123 | 104 |
| Binary | 11001011 | 1101100 | 11110001 | 10000 | 110111 | 0 | 101 | 100011011 | 1010011 | 1000100 |
Color Harmonies of #CB6CF1
Complementary color
Monochromatic Colors of #CB6CF1
Black with #CB6CF1
Text Example
Text Example
White with #CB6CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CF1; }
p { color: rgb(203,108,241); }
H1.HeaderClassName
{
color: #CB6CF1;
}
.AnyTagClassName
{
color: #CB6CF1;
}
</style>
background-color css
<style>
a { background-color: #CB6CF1; }
a { background-color: rgb(203,108,241); }
div.DivClassName
{
background-color: #CB6CF1;
}
.BgClassName
{
background-color: #CB6CF1;
}
</style>
border-color css
<style>
span { border-color: #CB6CF1; }
span { border-color: rgb(203,108,241); }
td.TdClassName
{
border-color: #CB6CF1;
}
.TagClassName
{
border-color: #CB6CF1;
}
</style>