Shades of Heliotrope #CB6CF2
Tints of Heliotrope #CB6CF2
RGB
CMYK
RGB Variations
Color information
#CB6CF2 (or 0xCB6CF2) is known color: Heliotrope. HEX triplet: CB, 6C and F2. RGB value is (203,108,242). Sum of RGB (Red+Green+Blue) = 203+108+242=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CF2 is #34930D. Grayscale: #979797. Windows color (decimal): -3445518 or 15887563. OLE color: 15887563.
HSL color Cylindrical-coordinate representation of color #CB6CF2: hue angle of 282.54º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB6CF2 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 108 | 242 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.05 |
| HSL | 282.54º | 0.84% | 0.69% | - |
| HSV(B) | 282.54º | 0.55% | 0.95% | - |
| XYZ | 46.02 | 29.83 | 87.34 | - |
| YUV | 151.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 242 | 0.16 | 0.55 | 0 | 0.05 | 282.54 | 0.84 | 0.69 |
| Hex | CB | 6C | F2 | 10 | 37 | 0 | 5 | 11B | 54 | 45 |
| Octal | 313 | 154 | 362 | 20 | 67 | 0 | 5 | 433 | 124 | 105 |
| Binary | 11001011 | 1101100 | 11110010 | 10000 | 110111 | 0 | 101 | 100011011 | 1010100 | 1000101 |
Color Harmonies of #CB6CF2
Complementary color
Monochromatic Colors of #CB6CF2
Black with #CB6CF2
Text Example
Text Example
White with #CB6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CF2; }
p { color: rgb(203,108,242); }
H1.HeaderClassName
{
color: #CB6CF2;
}
.AnyTagClassName
{
color: #CB6CF2;
}
</style>
background-color css
<style>
a { background-color: #CB6CF2; }
a { background-color: rgb(203,108,242); }
div.DivClassName
{
background-color: #CB6CF2;
}
.BgClassName
{
background-color: #CB6CF2;
}
</style>
border-color css
<style>
span { border-color: #CB6CF2; }
span { border-color: rgb(203,108,242); }
td.TdClassName
{
border-color: #CB6CF2;
}
.TagClassName
{
border-color: #CB6CF2;
}
</style>