Shades of Heliotrope #CB6CFE
Tints of Heliotrope #CB6CFE
RGB
CMYK
RGB Variations
Color information
#CB6CFE (or 0xCB6CFE) is known color: Heliotrope. HEX triplet: CB, 6C and FE. RGB value is (203,108,254). Sum of RGB (Red+Green+Blue) = 203+108+254=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB6CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CFE is #349301. Grayscale: #989898. Windows color (decimal): -3445506 or 16673995. OLE color: 16673995.
HSL color Cylindrical-coordinate representation of color #CB6CFE: hue angle of 279.04º 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 #CB6CFE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 108 | 254 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.00 |
| HSL | 279.04º | 0.99% | 0.71% | - |
| HSV(B) | 279.04º | 0.57% | 1% | - |
| XYZ | 47.88 | 30.58 | 97.14 | - |
| YUV | 153.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 254 | 0.20 | 0.57 | 0 | 0.00 | 279.04 | 0.99 | 0.71 |
| Hex | CB | 6C | FE | 14 | 39 | 0 | 0 | 117 | 63 | 47 |
| Octal | 313 | 154 | 376 | 24 | 71 | 0 | 0 | 427 | 143 | 107 |
| Binary | 11001011 | 1101100 | 11111110 | 10100 | 111001 | 0 | 0 | 100010111 | 1100011 | 1000111 |
Color Harmonies of #CB6CFE
Complementary color
Monochromatic Colors of #CB6CFE
Black with #CB6CFE
Text Example
Text Example
White with #CB6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CFE; }
p { color: rgb(203,108,254); }
H1.HeaderClassName
{
color: #CB6CFE;
}
.AnyTagClassName
{
color: #CB6CFE;
}
</style>
background-color css
<style>
a { background-color: #CB6CFE; }
a { background-color: rgb(203,108,254); }
div.DivClassName
{
background-color: #CB6CFE;
}
.BgClassName
{
background-color: #CB6CFE;
}
</style>
border-color css
<style>
span { border-color: #CB6CFE; }
span { border-color: rgb(203,108,254); }
td.TdClassName
{
border-color: #CB6CFE;
}
.TagClassName
{
border-color: #CB6CFE;
}
</style>