Shades of Heliotrope #CB7CF6
Tints of Heliotrope #CB7CF6
RGB
CMYK
RGB Variations
Color information
#CB7CF6 (or 0xCB7CF6) is known color: Heliotrope. HEX triplet: CB, 7C and F6. RGB value is (203,124,246). Sum of RGB (Red+Green+Blue) = 203+124+246=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB7CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CF6 is #348309. Grayscale: #A1A1A1. Windows color (decimal): -3441418 or 16153803. OLE color: 16153803.
HSL color Cylindrical-coordinate representation of color #CB7CF6: hue angle of 278.85º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7CF6 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 124 | 246 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.04 |
| HSL | 278.85º | 0.87% | 0.73% | - |
| HSV(B) | 278.85º | 0.5% | 0.96% | - |
| XYZ | 48.47 | 33.77 | 91.15 | - |
| YUV | 161.53 | 175.67 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 246 | 0.17 | 0.50 | 0 | 0.04 | 278.85 | 0.87 | 0.73 |
| Hex | CB | 7C | F6 | 11 | 32 | 0 | 4 | 117 | 57 | 49 |
| Octal | 313 | 174 | 366 | 21 | 62 | 0 | 4 | 427 | 127 | 111 |
| Binary | 11001011 | 1111100 | 11110110 | 10001 | 110010 | 0 | 100 | 100010111 | 1010111 | 1001001 |
Color Harmonies of #CB7CF6
Complementary color
Monochromatic Colors of #CB7CF6
Black with #CB7CF6
Text Example
Text Example
White with #CB7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CF6; }
p { color: rgb(203,124,246); }
H1.HeaderClassName
{
color: #CB7CF6;
}
.AnyTagClassName
{
color: #CB7CF6;
}
</style>
background-color css
<style>
a { background-color: #CB7CF6; }
a { background-color: rgb(203,124,246); }
div.DivClassName
{
background-color: #CB7CF6;
}
.BgClassName
{
background-color: #CB7CF6;
}
</style>
border-color css
<style>
span { border-color: #CB7CF6; }
span { border-color: rgb(203,124,246); }
td.TdClassName
{
border-color: #CB7CF6;
}
.TagClassName
{
border-color: #CB7CF6;
}
</style>