Shades of Heliotrope #CB67EE
Tints of Heliotrope #CB67EE
RGB
CMYK
RGB Variations
Color information
#CB67EE (or 0xCB67EE) is known color: Heliotrope. HEX triplet: CB, 67 and EE. RGB value is (203,103,238). Sum of RGB (Red+Green+Blue) = 203+103+238=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB67EE is #349811. Grayscale: #939393. Windows color (decimal): -3446802 or 15624139. OLE color: 15624139.
HSL color Cylindrical-coordinate representation of color #CB67EE: hue angle of 284.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB67EE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 103 | 238 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.07 |
| HSL | 284.44º | 0.8% | 0.67% | - |
| HSV(B) | 284.44º | 0.57% | 0.93% | - |
| XYZ | 44.91 | 28.57 | 84.04 | - |
| YUV | 148.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 238 | 0.15 | 0.57 | 0 | 0.07 | 284.44 | 0.8 | 0.67 |
| Hex | CB | 67 | EE | F | 39 | 0 | 7 | 11C | 50 | 43 |
| Octal | 313 | 147 | 356 | 17 | 71 | 0 | 7 | 434 | 120 | 103 |
| Binary | 11001011 | 1100111 | 11101110 | 1111 | 111001 | 0 | 111 | 100011100 | 1010000 | 1000011 |
Color Harmonies of #CB67EE
Complementary color
Monochromatic Colors of #CB67EE
Black with #CB67EE
Text Example
Text Example
White with #CB67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67EE; }
p { color: rgb(203,103,238); }
H1.HeaderClassName
{
color: #CB67EE;
}
.AnyTagClassName
{
color: #CB67EE;
}
</style>
background-color css
<style>
a { background-color: #CB67EE; }
a { background-color: rgb(203,103,238); }
div.DivClassName
{
background-color: #CB67EE;
}
.BgClassName
{
background-color: #CB67EE;
}
</style>
border-color css
<style>
span { border-color: #CB67EE; }
span { border-color: rgb(203,103,238); }
td.TdClassName
{
border-color: #CB67EE;
}
.TagClassName
{
border-color: #CB67EE;
}
</style>