Shades of Heliotrope #CB6BFC
Tints of Heliotrope #CB6BFC
RGB
CMYK
RGB Variations
Color information
#CB6BFC (or 0xCB6BFC) is known color: Heliotrope. HEX triplet: CB, 6B and FC. RGB value is (203,107,252). Sum of RGB (Red+Green+Blue) = 203+107+252=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6BFC is #349403. Grayscale: #979797. Windows color (decimal): -3445764 or 16542667. OLE color: 16542667.
HSL color Cylindrical-coordinate representation of color #CB6BFC: hue angle of 279.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB6BFC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 107 | 252 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.01 |
| HSL | 279.72º | 0.96% | 0.7% | - |
| HSV(B) | 279.72º | 0.58% | 0.99% | - |
| XYZ | 47.46 | 30.24 | 95.43 | - |
| YUV | 152.23 | 184.3 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 252 | 0.19 | 0.58 | 0 | 0.01 | 279.72 | 0.96 | 0.7 |
| Hex | CB | 6B | FC | 13 | 3A | 0 | 1 | 118 | 60 | 46 |
| Octal | 313 | 153 | 374 | 23 | 72 | 0 | 1 | 430 | 140 | 106 |
| Binary | 11001011 | 1101011 | 11111100 | 10011 | 111010 | 0 | 1 | 100011000 | 1100000 | 1000110 |
Color Harmonies of #CB6BFC
Complementary color
Monochromatic Colors of #CB6BFC
Black with #CB6BFC
Text Example
Text Example
White with #CB6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BFC; }
p { color: rgb(203,107,252); }
H1.HeaderClassName
{
color: #CB6BFC;
}
.AnyTagClassName
{
color: #CB6BFC;
}
</style>
background-color css
<style>
a { background-color: #CB6BFC; }
a { background-color: rgb(203,107,252); }
div.DivClassName
{
background-color: #CB6BFC;
}
.BgClassName
{
background-color: #CB6BFC;
}
</style>
border-color css
<style>
span { border-color: #CB6BFC; }
span { border-color: rgb(203,107,252); }
td.TdClassName
{
border-color: #CB6BFC;
}
.TagClassName
{
border-color: #CB6BFC;
}
</style>