Shades of Heliotrope #CB6FEE
Tints of Heliotrope #CB6FEE
RGB
CMYK
RGB Variations
Color information
#CB6FEE (or 0xCB6FEE) is known color: Heliotrope. HEX triplet: CB, 6F and EE. RGB value is (203,111,238). Sum of RGB (Red+Green+Blue) = 203+111+238=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FEE is #349011. Grayscale: #989898. Windows color (decimal): -3444754 or 15626187. OLE color: 15626187.
HSL color Cylindrical-coordinate representation of color #CB6FEE: hue angle of 283.46º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6FEE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 111 | 238 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.07 |
| HSL | 283.46º | 0.79% | 0.68% | - |
| HSV(B) | 283.46º | 0.53% | 0.93% | - |
| XYZ | 45.75 | 30.24 | 84.31 | - |
| YUV | 152.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 238 | 0.15 | 0.53 | 0 | 0.07 | 283.46 | 0.79 | 0.68 |
| Hex | CB | 6F | EE | F | 35 | 0 | 7 | 11B | 4F | 44 |
| Octal | 313 | 157 | 356 | 17 | 65 | 0 | 7 | 433 | 117 | 104 |
| Binary | 11001011 | 1101111 | 11101110 | 1111 | 110101 | 0 | 111 | 100011011 | 1001111 | 1000100 |
Color Harmonies of #CB6FEE
Complementary color
Monochromatic Colors of #CB6FEE
Black with #CB6FEE
Text Example
Text Example
White with #CB6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FEE; }
p { color: rgb(203,111,238); }
H1.HeaderClassName
{
color: #CB6FEE;
}
.AnyTagClassName
{
color: #CB6FEE;
}
</style>
background-color css
<style>
a { background-color: #CB6FEE; }
a { background-color: rgb(203,111,238); }
div.DivClassName
{
background-color: #CB6FEE;
}
.BgClassName
{
background-color: #CB6FEE;
}
</style>
border-color css
<style>
span { border-color: #CB6FEE; }
span { border-color: rgb(203,111,238); }
td.TdClassName
{
border-color: #CB6FEE;
}
.TagClassName
{
border-color: #CB6FEE;
}
</style>