Shades of Heliotrope #CB68EB
Tints of Heliotrope #CB68EB
RGB
CMYK
RGB Variations
Color information
#CB68EB (or 0xCB68EB) is known color: Heliotrope. HEX triplet: CB, 68 and EB. RGB value is (203,104,235). Sum of RGB (Red+Green+Blue) = 203+104+235=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68EB is #349714. Grayscale: #949494. Windows color (decimal): -3446549 or 15427787. OLE color: 15427787.
HSL color Cylindrical-coordinate representation of color #CB68EB: hue angle of 285.34º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB68EB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 104 | 235 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.08 |
| HSL | 285.34º | 0.77% | 0.66% | - |
| HSV(B) | 285.34º | 0.56% | 0.92% | - |
| XYZ | 44.57 | 28.6 | 81.77 | - |
| YUV | 148.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 235 | 0.14 | 0.56 | 0 | 0.08 | 285.34 | 0.77 | 0.66 |
| Hex | CB | 68 | EB | E | 38 | 0 | 8 | 11D | 4D | 42 |
| Octal | 313 | 150 | 353 | 16 | 70 | 0 | 10 | 435 | 115 | 102 |
| Binary | 11001011 | 1101000 | 11101011 | 1110 | 111000 | 0 | 1000 | 100011101 | 1001101 | 1000010 |
Color Harmonies of #CB68EB
Complementary color
Monochromatic Colors of #CB68EB
Black with #CB68EB
Text Example
Text Example
White with #CB68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68EB; }
p { color: rgb(203,104,235); }
H1.HeaderClassName
{
color: #CB68EB;
}
.AnyTagClassName
{
color: #CB68EB;
}
</style>
background-color css
<style>
a { background-color: #CB68EB; }
a { background-color: rgb(203,104,235); }
div.DivClassName
{
background-color: #CB68EB;
}
.BgClassName
{
background-color: #CB68EB;
}
</style>
border-color css
<style>
span { border-color: #CB68EB; }
span { border-color: rgb(203,104,235); }
td.TdClassName
{
border-color: #CB68EB;
}
.TagClassName
{
border-color: #CB68EB;
}
</style>