Shades of Heliotrope #CB68E8
Tints of Heliotrope #CB68E8
RGB
CMYK
RGB Variations
Color information
#CB68E8 (or 0xCB68E8) is known color: Heliotrope. HEX triplet: CB, 68 and E8. RGB value is (203,104,232). Sum of RGB (Red+Green+Blue) = 203+104+232=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB68E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68E8 is #349717. Grayscale: #939393. Windows color (decimal): -3446552 or 15231179. OLE color: 15231179.
HSL color Cylindrical-coordinate representation of color #CB68E8: hue angle of 286.41º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB68E8 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 104 | 232 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.09 |
| HSL | 286.41º | 0.74% | 0.66% | - |
| HSV(B) | 286.41º | 0.55% | 0.91% | - |
| XYZ | 44.14 | 28.42 | 79.5 | - |
| YUV | 148.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 232 | 0.12 | 0.55 | 0 | 0.09 | 286.41 | 0.74 | 0.66 |
| Hex | CB | 68 | E8 | C | 37 | 0 | 9 | 11E | 4A | 42 |
| Octal | 313 | 150 | 350 | 14 | 67 | 0 | 11 | 436 | 112 | 102 |
| Binary | 11001011 | 1101000 | 11101000 | 1100 | 110111 | 0 | 1001 | 100011110 | 1001010 | 1000010 |
Color Harmonies of #CB68E8
Complementary color
Monochromatic Colors of #CB68E8
Black with #CB68E8
Text Example
Text Example
White with #CB68E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68E8; }
p { color: rgb(203,104,232); }
H1.HeaderClassName
{
color: #CB68E8;
}
.AnyTagClassName
{
color: #CB68E8;
}
</style>
background-color css
<style>
a { background-color: #CB68E8; }
a { background-color: rgb(203,104,232); }
div.DivClassName
{
background-color: #CB68E8;
}
.BgClassName
{
background-color: #CB68E8;
}
</style>
border-color css
<style>
span { border-color: #CB68E8; }
span { border-color: rgb(203,104,232); }
td.TdClassName
{
border-color: #CB68E8;
}
.TagClassName
{
border-color: #CB68E8;
}
</style>