Shades of Heliotrope #C069FF
Tints of Heliotrope #C069FF
RGB
CMYK
RGB Variations
Color information
#C069FF (or 0xC069FF) is known color: Heliotrope. HEX triplet: C0, 69 and FF. RGB value is (192,105,255). Sum of RGB (Red+Green+Blue) = 192+105+255=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #C069FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069FF is #3F9600. Grayscale: #939393. Windows color (decimal): -4167169 or 16738752. OLE color: 16738752.
HSL color Cylindrical-coordinate representation of color #C069FF: hue angle of 274.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C069FF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 105 | 255 | - |
| CMYK | 0.25 | 0.59 | 0 | 0 |
| HSL | 274.8º | 1% | 0.71% | - |
| HSV(B) | 274.8º | 0.59% | 1% | - |
| XYZ | 44.84 | 28.53 | 97.75 | - |
| YUV | 148.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 255 | 0.25 | 0.59 | 0 | 0 | 274.8 | 1 | 0.71 |
| Hex | C0 | 69 | FF | 19 | 3B | 0 | 0 | 113 | 64 | 47 |
| Octal | 300 | 151 | 377 | 31 | 73 | 0 | 0 | 423 | 144 | 107 |
| Binary | 11000000 | 1101001 | 11111111 | 11001 | 111011 | 0 | 0 | 100010011 | 1100100 | 1000111 |
Color Harmonies of #C069FF
Complementary color
Monochromatic Colors of #C069FF
Black with #C069FF
Text Example
Text Example
White with #C069FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069FF; }
p { color: rgb(192,105,255); }
H1.HeaderClassName
{
color: #C069FF;
}
.AnyTagClassName
{
color: #C069FF;
}
</style>
background-color css
<style>
a { background-color: #C069FF; }
a { background-color: rgb(192,105,255); }
div.DivClassName
{
background-color: #C069FF;
}
.BgClassName
{
background-color: #C069FF;
}
</style>
border-color css
<style>
span { border-color: #C069FF; }
span { border-color: rgb(192,105,255); }
td.TdClassName
{
border-color: #C069FF;
}
.TagClassName
{
border-color: #C069FF;
}
</style>