Shades of Heliotrope #CB68F7
Tints of Heliotrope #CB68F7
RGB
CMYK
RGB Variations
Color information
#CB68F7 (or 0xCB68F7) is known color: Heliotrope. HEX triplet: CB, 68 and F7. RGB value is (203,104,247). Sum of RGB (Red+Green+Blue) = 203+104+247=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB68F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68F7 is #349708. Grayscale: #959595. Windows color (decimal): -3446537 or 16214219. OLE color: 16214219.
HSL color Cylindrical-coordinate representation of color #CB68F7: hue angle of 281.54º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB68F7 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 104 | 247 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.03 |
| HSL | 281.54º | 0.9% | 0.69% | - |
| HSV(B) | 281.54º | 0.58% | 0.97% | - |
| XYZ | 46.37 | 29.31 | 91.21 | - |
| YUV | 149.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 247 | 0.18 | 0.58 | 0 | 0.03 | 281.54 | 0.9 | 0.69 |
| Hex | CB | 68 | F7 | 12 | 3A | 0 | 3 | 11A | 5A | 45 |
| Octal | 313 | 150 | 367 | 22 | 72 | 0 | 3 | 432 | 132 | 105 |
| Binary | 11001011 | 1101000 | 11110111 | 10010 | 111010 | 0 | 11 | 100011010 | 1011010 | 1000101 |
Color Harmonies of #CB68F7
Complementary color
Monochromatic Colors of #CB68F7
Black with #CB68F7
Text Example
Text Example
White with #CB68F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68F7; }
p { color: rgb(203,104,247); }
H1.HeaderClassName
{
color: #CB68F7;
}
.AnyTagClassName
{
color: #CB68F7;
}
</style>
background-color css
<style>
a { background-color: #CB68F7; }
a { background-color: rgb(203,104,247); }
div.DivClassName
{
background-color: #CB68F7;
}
.BgClassName
{
background-color: #CB68F7;
}
</style>
border-color css
<style>
span { border-color: #CB68F7; }
span { border-color: rgb(203,104,247); }
td.TdClassName
{
border-color: #CB68F7;
}
.TagClassName
{
border-color: #CB68F7;
}
</style>