Shades of Heliotrope #CB68F0
Tints of Heliotrope #CB68F0
RGB
CMYK
RGB Variations
Color information
#CB68F0 (or 0xCB68F0) is known color: Heliotrope. HEX triplet: CB, 68 and F0. RGB value is (203,104,240). Sum of RGB (Red+Green+Blue) = 203+104+240=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68F0 is #34970F. Grayscale: #949494. Windows color (decimal): -3446544 or 15755467. OLE color: 15755467.
HSL color Cylindrical-coordinate representation of color #CB68F0: hue angle of 283.68º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB68F0 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 104 | 240 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.06 |
| HSL | 283.68º | 0.82% | 0.67% | - |
| HSV(B) | 283.68º | 0.57% | 0.94% | - |
| XYZ | 45.31 | 28.89 | 85.63 | - |
| YUV | 149.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 240 | 0.15 | 0.57 | 0 | 0.06 | 283.68 | 0.82 | 0.67 |
| Hex | CB | 68 | F0 | F | 39 | 0 | 6 | 11C | 52 | 43 |
| Octal | 313 | 150 | 360 | 17 | 71 | 0 | 6 | 434 | 122 | 103 |
| Binary | 11001011 | 1101000 | 11110000 | 1111 | 111001 | 0 | 110 | 100011100 | 1010010 | 1000011 |
Color Harmonies of #CB68F0
Complementary color
Monochromatic Colors of #CB68F0
Black with #CB68F0
Text Example
Text Example
White with #CB68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68F0; }
p { color: rgb(203,104,240); }
H1.HeaderClassName
{
color: #CB68F0;
}
.AnyTagClassName
{
color: #CB68F0;
}
</style>
background-color css
<style>
a { background-color: #CB68F0; }
a { background-color: rgb(203,104,240); }
div.DivClassName
{
background-color: #CB68F0;
}
.BgClassName
{
background-color: #CB68F0;
}
</style>
border-color css
<style>
span { border-color: #CB68F0; }
span { border-color: rgb(203,104,240); }
td.TdClassName
{
border-color: #CB68F0;
}
.TagClassName
{
border-color: #CB68F0;
}
</style>