Shades of Heliotrope #CB67F6
Tints of Heliotrope #CB67F6
RGB
CMYK
RGB Variations
Color information
#CB67F6 (or 0xCB67F6) is known color: Heliotrope. HEX triplet: CB, 67 and F6. RGB value is (203,103,246). Sum of RGB (Red+Green+Blue) = 203+103+246=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB67F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB67F6 is #349809. Grayscale: #949494. Windows color (decimal): -3446794 or 16148427. OLE color: 16148427.
HSL color Cylindrical-coordinate representation of color #CB67F6: hue angle of 281.96º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB67F6 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 103 | 246 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.04 |
| HSL | 281.96º | 0.89% | 0.68% | - |
| HSV(B) | 281.96º | 0.58% | 0.96% | - |
| XYZ | 46.11 | 29.05 | 90.37 | - |
| YUV | 149.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 246 | 0.17 | 0.58 | 0 | 0.04 | 281.96 | 0.89 | 0.68 |
| Hex | CB | 67 | F6 | 11 | 3A | 0 | 4 | 11A | 59 | 44 |
| Octal | 313 | 147 | 366 | 21 | 72 | 0 | 4 | 432 | 131 | 104 |
| Binary | 11001011 | 1100111 | 11110110 | 10001 | 111010 | 0 | 100 | 100011010 | 1011001 | 1000100 |
Color Harmonies of #CB67F6
Complementary color
Monochromatic Colors of #CB67F6
Black with #CB67F6
Text Example
Text Example
White with #CB67F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67F6; }
p { color: rgb(203,103,246); }
H1.HeaderClassName
{
color: #CB67F6;
}
.AnyTagClassName
{
color: #CB67F6;
}
</style>
background-color css
<style>
a { background-color: #CB67F6; }
a { background-color: rgb(203,103,246); }
div.DivClassName
{
background-color: #CB67F6;
}
.BgClassName
{
background-color: #CB67F6;
}
</style>
border-color css
<style>
span { border-color: #CB67F6; }
span { border-color: rgb(203,103,246); }
td.TdClassName
{
border-color: #CB67F6;
}
.TagClassName
{
border-color: #CB67F6;
}
</style>