Shades of Heliotrope #CB68EF
Tints of Heliotrope #CB68EF
RGB
CMYK
RGB Variations
Color information
#CB68EF (or 0xCB68EF) is known color: Heliotrope. HEX triplet: CB, 68 and EF. RGB value is (203,104,239). Sum of RGB (Red+Green+Blue) = 203+104+239=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68EF is #349710. Grayscale: #949494. Windows color (decimal): -3446545 or 15689931. OLE color: 15689931.
HSL color Cylindrical-coordinate representation of color #CB68EF: hue angle of 284º 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 #CB68EF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 104 | 239 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.06 |
| HSL | 284º | 0.81% | 0.67% | - |
| HSV(B) | 284º | 0.56% | 0.94% | - |
| XYZ | 45.16 | 28.83 | 84.85 | - |
| YUV | 148.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 239 | 0.15 | 0.56 | 0 | 0.06 | 284 | 0.81 | 0.67 |
| Hex | CB | 68 | EF | F | 38 | 0 | 6 | 11C | 51 | 43 |
| Octal | 313 | 150 | 357 | 17 | 70 | 0 | 6 | 434 | 121 | 103 |
| Binary | 11001011 | 1101000 | 11101111 | 1111 | 111000 | 0 | 110 | 100011100 | 1010001 | 1000011 |
Color Harmonies of #CB68EF
Complementary color
Monochromatic Colors of #CB68EF
Black with #CB68EF
Text Example
Text Example
White with #CB68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68EF; }
p { color: rgb(203,104,239); }
H1.HeaderClassName
{
color: #CB68EF;
}
.AnyTagClassName
{
color: #CB68EF;
}
</style>
background-color css
<style>
a { background-color: #CB68EF; }
a { background-color: rgb(203,104,239); }
div.DivClassName
{
background-color: #CB68EF;
}
.BgClassName
{
background-color: #CB68EF;
}
</style>
border-color css
<style>
span { border-color: #CB68EF; }
span { border-color: rgb(203,104,239); }
td.TdClassName
{
border-color: #CB68EF;
}
.TagClassName
{
border-color: #CB68EF;
}
</style>