Shades of Heliotrope #CB6DF8
Tints of Heliotrope #CB6DF8
RGB
CMYK
RGB Variations
Color information
#CB6DF8 (or 0xCB6DF8) is known color: Heliotrope. HEX triplet: CB, 6D and F8. RGB value is (203,109,248). Sum of RGB (Red+Green+Blue) = 203+109+248=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DF8 is #349207. Grayscale: #989898. Windows color (decimal): -3445256 or 16281035. OLE color: 16281035.
HSL color Cylindrical-coordinate representation of color #CB6DF8: hue angle of 280.58º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6DF8 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 109 | 248 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.03 |
| HSL | 280.58º | 0.91% | 0.7% | - |
| HSV(B) | 280.58º | 0.56% | 0.97% | - |
| XYZ | 47.04 | 30.41 | 92.2 | - |
| YUV | 152.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 248 | 0.18 | 0.56 | 0 | 0.03 | 280.58 | 0.91 | 0.7 |
| Hex | CB | 6D | F8 | 12 | 38 | 0 | 3 | 119 | 5B | 46 |
| Octal | 313 | 155 | 370 | 22 | 70 | 0 | 3 | 431 | 133 | 106 |
| Binary | 11001011 | 1101101 | 11111000 | 10010 | 111000 | 0 | 11 | 100011001 | 1011011 | 1000110 |
Color Harmonies of #CB6DF8
Complementary color
Monochromatic Colors of #CB6DF8
Black with #CB6DF8
Text Example
Text Example
White with #CB6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DF8; }
p { color: rgb(203,109,248); }
H1.HeaderClassName
{
color: #CB6DF8;
}
.AnyTagClassName
{
color: #CB6DF8;
}
</style>
background-color css
<style>
a { background-color: #CB6DF8; }
a { background-color: rgb(203,109,248); }
div.DivClassName
{
background-color: #CB6DF8;
}
.BgClassName
{
background-color: #CB6DF8;
}
</style>
border-color css
<style>
span { border-color: #CB6DF8; }
span { border-color: rgb(203,109,248); }
td.TdClassName
{
border-color: #CB6DF8;
}
.TagClassName
{
border-color: #CB6DF8;
}
</style>