Shades of Heliotrope #C07DF8
Tints of Heliotrope #C07DF8
RGB
CMYK
RGB Variations
Color information
#C07DF8 (or 0xC07DF8) is known color: Heliotrope. HEX triplet: C0, 7D and F8. RGB value is (192,125,248). Sum of RGB (Red+Green+Blue) = 192+125+248=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #C07DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DF8 is #3F8207. Grayscale: #9E9E9E. Windows color (decimal): -4162056 or 16285120. OLE color: 16285120.
HSL color Cylindrical-coordinate representation of color #C07DF8: hue angle of 272.68º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07DF8 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 192 | 125 | 248 | - |
CMYK | 0.23 | 0.50 | 0 | 0.03 |
HSL | 272.68º | 0.9% | 0.73% | - |
HSV(B) | 272.68º | 0.5% | 0.97% | - |
XYZ | 46.02 | 32.65 | 92.68 | - |
YUV | 159.06 | 178.2 | 151.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 125 | 248 | 0.23 | 0.50 | 0 | 0.03 | 272.68 | 0.9 | 0.73 |
Hex | C0 | 7D | F8 | 17 | 32 | 0 | 3 | 111 | 5A | 49 |
Octal | 300 | 175 | 370 | 27 | 62 | 0 | 3 | 421 | 132 | 111 |
Binary | 11000000 | 1111101 | 11111000 | 10111 | 110010 | 0 | 11 | 100010001 | 1011010 | 1001001 |
Color Harmonies of #C07DF8
Complementary color
Monochromatic Colors of #C07DF8
Black with #C07DF8
Text Example
Text Example
White with #C07DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DF8; }
p { color: rgb(192,125,248); }
H1.HeaderClassName
{
color: #C07DF8;
}
.AnyTagClassName
{
color: #C07DF8;
}
</style>
background-color css
<style>
a { background-color: #C07DF8; }
a { background-color: rgb(192,125,248); }
div.DivClassName
{
background-color: #C07DF8;
}
.BgClassName
{
background-color: #C07DF8;
}
</style>
border-color css
<style>
span { border-color: #C07DF8; }
span { border-color: rgb(192,125,248); }
td.TdClassName
{
border-color: #C07DF8;
}
.TagClassName
{
border-color: #C07DF8;
}
</style>