Shades of Heliotrope #C06BFD
Tints of Heliotrope #C06BFD
RGB
CMYK
RGB Variations
Color information
#C06BFD (or 0xC06BFD) is known color: Heliotrope. HEX triplet: C0, 6B and FD. RGB value is (192,107,253). Sum of RGB (Red+Green+Blue) = 192+107+253=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #C06BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BFD is #3F9402. Grayscale: #949494. Windows color (decimal): -4166659 or 16608192. OLE color: 16608192.
HSL color Cylindrical-coordinate representation of color #C06BFD: hue angle of 274.93º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06BFD is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 107 | 253 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.01 |
| HSL | 274.93º | 0.97% | 0.71% | - |
| HSV(B) | 274.93º | 0.58% | 0.99% | - |
| XYZ | 44.73 | 28.81 | 96.13 | - |
| YUV | 149.06 | 186.66 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 253 | 0.24 | 0.58 | 0 | 0.01 | 274.93 | 0.97 | 0.71 |
| Hex | C0 | 6B | FD | 18 | 3A | 0 | 1 | 113 | 61 | 47 |
| Octal | 300 | 153 | 375 | 30 | 72 | 0 | 1 | 423 | 141 | 107 |
| Binary | 11000000 | 1101011 | 11111101 | 11000 | 111010 | 0 | 1 | 100010011 | 1100001 | 1000111 |
Color Harmonies of #C06BFD
Complementary color
Monochromatic Colors of #C06BFD
Black with #C06BFD
Text Example
Text Example
White with #C06BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BFD; }
p { color: rgb(192,107,253); }
H1.HeaderClassName
{
color: #C06BFD;
}
.AnyTagClassName
{
color: #C06BFD;
}
</style>
background-color css
<style>
a { background-color: #C06BFD; }
a { background-color: rgb(192,107,253); }
div.DivClassName
{
background-color: #C06BFD;
}
.BgClassName
{
background-color: #C06BFD;
}
</style>
border-color css
<style>
span { border-color: #C06BFD; }
span { border-color: rgb(192,107,253); }
td.TdClassName
{
border-color: #C06BFD;
}
.TagClassName
{
border-color: #C06BFD;
}
</style>