Shades of Heliotrope #CB6BFE
Tints of Heliotrope #CB6BFE
RGB
CMYK
RGB Variations
Color information
#CB6BFE (or 0xCB6BFE) is known color: Heliotrope. HEX triplet: CB, 6B and FE. RGB value is (203,107,254). Sum of RGB (Red+Green+Blue) = 203+107+254=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6BFE is #349401. Grayscale: #979797. Windows color (decimal): -3445762 or 16673739. OLE color: 16673739.
HSL color Cylindrical-coordinate representation of color #CB6BFE: hue angle of 279.18º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB6BFE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 107 | 254 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.00 |
| HSL | 279.18º | 0.99% | 0.71% | - |
| HSV(B) | 279.18º | 0.58% | 1% | - |
| XYZ | 47.78 | 30.37 | 97.11 | - |
| YUV | 152.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 254 | 0.20 | 0.58 | 0 | 0.00 | 279.18 | 0.99 | 0.71 |
| Hex | CB | 6B | FE | 14 | 3A | 0 | 0 | 117 | 63 | 47 |
| Octal | 313 | 153 | 376 | 24 | 72 | 0 | 0 | 427 | 143 | 107 |
| Binary | 11001011 | 1101011 | 11111110 | 10100 | 111010 | 0 | 0 | 100010111 | 1100011 | 1000111 |
Color Harmonies of #CB6BFE
Complementary color
Monochromatic Colors of #CB6BFE
Black with #CB6BFE
Text Example
Text Example
White with #CB6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BFE; }
p { color: rgb(203,107,254); }
H1.HeaderClassName
{
color: #CB6BFE;
}
.AnyTagClassName
{
color: #CB6BFE;
}
</style>
background-color css
<style>
a { background-color: #CB6BFE; }
a { background-color: rgb(203,107,254); }
div.DivClassName
{
background-color: #CB6BFE;
}
.BgClassName
{
background-color: #CB6BFE;
}
</style>
border-color css
<style>
span { border-color: #CB6BFE; }
span { border-color: rgb(203,107,254); }
td.TdClassName
{
border-color: #CB6BFE;
}
.TagClassName
{
border-color: #CB6BFE;
}
</style>