Shades of Heliotrope #C07BFF
Tints of Heliotrope #C07BFF
RGB
CMYK
RGB Variations
Color information
#C07BFF (or 0xC07BFF) is known color: Heliotrope. HEX triplet: C0, 7B and FF. RGB value is (192,123,255). Sum of RGB (Red+Green+Blue) = 192+123+255=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BFF is #3F8400. Grayscale: #9E9E9E. Windows color (decimal): -4162561 or 16743360. OLE color: 16743360.
HSL color Cylindrical-coordinate representation of color #C07BFF: hue angle of 271.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C07BFF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 123 | 255 | - |
| CMYK | 0.25 | 0.52 | 0 | 0 |
| HSL | 271.36º | 1% | 0.74% | - |
| HSV(B) | 271.36º | 0.52% | 1% | - |
| XYZ | 46.87 | 32.59 | 98.43 | - |
| YUV | 158.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 255 | 0.25 | 0.52 | 0 | 0 | 271.36 | 1 | 0.74 |
| Hex | C0 | 7B | FF | 19 | 34 | 0 | 0 | 10F | 64 | 4A |
| Octal | 300 | 173 | 377 | 31 | 64 | 0 | 0 | 417 | 144 | 112 |
| Binary | 11000000 | 1111011 | 11111111 | 11001 | 110100 | 0 | 0 | 100001111 | 1100100 | 1001010 |
Color Harmonies of #C07BFF
Complementary color
Monochromatic Colors of #C07BFF
Black with #C07BFF
Text Example
Text Example
White with #C07BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BFF; }
p { color: rgb(192,123,255); }
H1.HeaderClassName
{
color: #C07BFF;
}
.AnyTagClassName
{
color: #C07BFF;
}
</style>
background-color css
<style>
a { background-color: #C07BFF; }
a { background-color: rgb(192,123,255); }
div.DivClassName
{
background-color: #C07BFF;
}
.BgClassName
{
background-color: #C07BFF;
}
</style>
border-color css
<style>
span { border-color: #C07BFF; }
span { border-color: rgb(192,123,255); }
td.TdClassName
{
border-color: #C07BFF;
}
.TagClassName
{
border-color: #C07BFF;
}
</style>