Shades of Heliotrope #CB6DFE
Tints of Heliotrope #CB6DFE
RGB
CMYK
RGB Variations
Color information
#CB6DFE (or 0xCB6DFE) is known color: Heliotrope. HEX triplet: CB, 6D and FE. RGB value is (203,109,254). Sum of RGB (Red+Green+Blue) = 203+109+254=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DFE is #349201. Grayscale: #999999. Windows color (decimal): -3445250 or 16674251. OLE color: 16674251.
HSL color Cylindrical-coordinate representation of color #CB6DFE: hue angle of 278.9º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB6DFE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 109 | 254 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.00 |
| HSL | 278.9º | 0.99% | 0.71% | - |
| HSV(B) | 278.9º | 0.57% | 1% | - |
| XYZ | 47.99 | 30.79 | 97.18 | - |
| YUV | 153.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 254 | 0.20 | 0.57 | 0 | 0.00 | 278.9 | 0.99 | 0.71 |
| Hex | CB | 6D | FE | 14 | 39 | 0 | 0 | 117 | 63 | 47 |
| Octal | 313 | 155 | 376 | 24 | 71 | 0 | 0 | 427 | 143 | 107 |
| Binary | 11001011 | 1101101 | 11111110 | 10100 | 111001 | 0 | 0 | 100010111 | 1100011 | 1000111 |
Color Harmonies of #CB6DFE
Complementary color
Monochromatic Colors of #CB6DFE
Black with #CB6DFE
Text Example
Text Example
White with #CB6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DFE; }
p { color: rgb(203,109,254); }
H1.HeaderClassName
{
color: #CB6DFE;
}
.AnyTagClassName
{
color: #CB6DFE;
}
</style>
background-color css
<style>
a { background-color: #CB6DFE; }
a { background-color: rgb(203,109,254); }
div.DivClassName
{
background-color: #CB6DFE;
}
.BgClassName
{
background-color: #CB6DFE;
}
</style>
border-color css
<style>
span { border-color: #CB6DFE; }
span { border-color: rgb(203,109,254); }
td.TdClassName
{
border-color: #CB6DFE;
}
.TagClassName
{
border-color: #CB6DFE;
}
</style>