Shades of Heliotrope #CB69EF
Tints of Heliotrope #CB69EF
RGB
CMYK
RGB Variations
Color information
#CB69EF (or 0xCB69EF) is known color: Heliotrope. HEX triplet: CB, 69 and EF. RGB value is (203,105,239). Sum of RGB (Red+Green+Blue) = 203+105+239=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69EF is #349610. Grayscale: #959595. Windows color (decimal): -3446289 or 15690187. OLE color: 15690187.
HSL color Cylindrical-coordinate representation of color #CB69EF: hue angle of 283.88º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB69EF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 105 | 239 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.06 |
| HSL | 283.88º | 0.81% | 0.67% | - |
| HSV(B) | 283.88º | 0.56% | 0.94% | - |
| XYZ | 45.26 | 29.03 | 84.88 | - |
| YUV | 149.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 239 | 0.15 | 0.56 | 0 | 0.06 | 283.88 | 0.81 | 0.67 |
| Hex | CB | 69 | EF | F | 38 | 0 | 6 | 11C | 51 | 43 |
| Octal | 313 | 151 | 357 | 17 | 70 | 0 | 6 | 434 | 121 | 103 |
| Binary | 11001011 | 1101001 | 11101111 | 1111 | 111000 | 0 | 110 | 100011100 | 1010001 | 1000011 |
Color Harmonies of #CB69EF
Complementary color
Monochromatic Colors of #CB69EF
Black with #CB69EF
Text Example
Text Example
White with #CB69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69EF; }
p { color: rgb(203,105,239); }
H1.HeaderClassName
{
color: #CB69EF;
}
.AnyTagClassName
{
color: #CB69EF;
}
</style>
background-color css
<style>
a { background-color: #CB69EF; }
a { background-color: rgb(203,105,239); }
div.DivClassName
{
background-color: #CB69EF;
}
.BgClassName
{
background-color: #CB69EF;
}
</style>
border-color css
<style>
span { border-color: #CB69EF; }
span { border-color: rgb(203,105,239); }
td.TdClassName
{
border-color: #CB69EF;
}
.TagClassName
{
border-color: #CB69EF;
}
</style>