Shades of Heliotrope #C07BF2
Tints of Heliotrope #C07BF2
RGB
CMYK
RGB Variations
Color information
#C07BF2 (or 0xC07BF2) is known color: Heliotrope. HEX triplet: C0, 7B and F2. RGB value is (192,123,242). Sum of RGB (Red+Green+Blue) = 192+123+242=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #C07BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BF2 is #3F840D. Grayscale: #9C9C9C. Windows color (decimal): -4162574 or 15891392. OLE color: 15891392.
HSL color Cylindrical-coordinate representation of color #C07BF2: hue angle of 274.79º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07BF2 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 123 | 242 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.05 |
| HSL | 274.79º | 0.82% | 0.72% | - |
| HSV(B) | 274.79º | 0.49% | 0.95% | - |
| XYZ | 44.85 | 31.78 | 87.78 | - |
| YUV | 157.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 242 | 0.21 | 0.49 | 0 | 0.05 | 274.79 | 0.82 | 0.72 |
| Hex | C0 | 7B | F2 | 15 | 31 | 0 | 5 | 113 | 52 | 48 |
| Octal | 300 | 173 | 362 | 25 | 61 | 0 | 5 | 423 | 122 | 110 |
| Binary | 11000000 | 1111011 | 11110010 | 10101 | 110001 | 0 | 101 | 100010011 | 1010010 | 1001000 |
Color Harmonies of #C07BF2
Complementary color
Monochromatic Colors of #C07BF2
Black with #C07BF2
Text Example
Text Example
White with #C07BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BF2; }
p { color: rgb(192,123,242); }
H1.HeaderClassName
{
color: #C07BF2;
}
.AnyTagClassName
{
color: #C07BF2;
}
</style>
background-color css
<style>
a { background-color: #C07BF2; }
a { background-color: rgb(192,123,242); }
div.DivClassName
{
background-color: #C07BF2;
}
.BgClassName
{
background-color: #C07BF2;
}
</style>
border-color css
<style>
span { border-color: #C07BF2; }
span { border-color: rgb(192,123,242); }
td.TdClassName
{
border-color: #C07BF2;
}
.TagClassName
{
border-color: #C07BF2;
}
</style>