Shades of Heliotrope #CB6FEA
Tints of Heliotrope #CB6FEA
RGB
CMYK
RGB Variations
Color information
#CB6FEA (or 0xCB6FEA) is known color: Heliotrope. HEX triplet: CB, 6F and EA. RGB value is (203,111,234). Sum of RGB (Red+Green+Blue) = 203+111+234=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FEA is #349015. Grayscale: #989898. Windows color (decimal): -3444758 or 15364043. OLE color: 15364043.
HSL color Cylindrical-coordinate representation of color #CB6FEA: hue angle of 284.88º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6FEA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 111 | 234 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.08 |
| HSL | 284.88º | 0.75% | 0.68% | - |
| HSV(B) | 284.88º | 0.53% | 0.92% | - |
| XYZ | 45.16 | 30.01 | 81.25 | - |
| YUV | 152.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 234 | 0.13 | 0.53 | 0 | 0.08 | 284.88 | 0.75 | 0.68 |
| Hex | CB | 6F | EA | D | 35 | 0 | 8 | 11D | 4B | 44 |
| Octal | 313 | 157 | 352 | 15 | 65 | 0 | 10 | 435 | 113 | 104 |
| Binary | 11001011 | 1101111 | 11101010 | 1101 | 110101 | 0 | 1000 | 100011101 | 1001011 | 1000100 |
Color Harmonies of #CB6FEA
Complementary color
Monochromatic Colors of #CB6FEA
Black with #CB6FEA
Text Example
Text Example
White with #CB6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FEA; }
p { color: rgb(203,111,234); }
H1.HeaderClassName
{
color: #CB6FEA;
}
.AnyTagClassName
{
color: #CB6FEA;
}
</style>
background-color css
<style>
a { background-color: #CB6FEA; }
a { background-color: rgb(203,111,234); }
div.DivClassName
{
background-color: #CB6FEA;
}
.BgClassName
{
background-color: #CB6FEA;
}
</style>
border-color css
<style>
span { border-color: #CB6FEA; }
span { border-color: rgb(203,111,234); }
td.TdClassName
{
border-color: #CB6FEA;
}
.TagClassName
{
border-color: #CB6FEA;
}
</style>