Shades of Heliotrope #C05BFD
Tints of Heliotrope #C05BFD
RGB
CMYK
RGB Variations
Color information
#C05BFD (or 0xC05BFD) is known color: Heliotrope. HEX triplet: C0, 5B and FD. RGB value is (192,91,253). Sum of RGB (Red+Green+Blue) = 192+91+253=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #C05BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BFD is #3FA402. Grayscale: #8B8B8B. Windows color (decimal): -4170755 or 16604096. OLE color: 16604096.
HSL color Cylindrical-coordinate representation of color #C05BFD: hue angle of 277.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05BFD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 91 | 253 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.01 |
| HSL | 277.41º | 0.98% | 0.67% | - |
| HSV(B) | 277.41º | 0.64% | 0.99% | - |
| XYZ | 43.21 | 25.78 | 95.63 | - |
| YUV | 139.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 253 | 0.24 | 0.64 | 0 | 0.01 | 277.41 | 0.98 | 0.67 |
| Hex | C0 | 5B | FD | 18 | 40 | 0 | 1 | 115 | 62 | 43 |
| Octal | 300 | 133 | 375 | 30 | 100 | 0 | 1 | 425 | 142 | 103 |
| Binary | 11000000 | 1011011 | 11111101 | 11000 | 1000000 | 0 | 1 | 100010101 | 1100010 | 1000011 |
Color Harmonies of #C05BFD
Complementary color
Monochromatic Colors of #C05BFD
Black with #C05BFD
Text Example
Text Example
White with #C05BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BFD; }
p { color: rgb(192,91,253); }
H1.HeaderClassName
{
color: #C05BFD;
}
.AnyTagClassName
{
color: #C05BFD;
}
</style>
background-color css
<style>
a { background-color: #C05BFD; }
a { background-color: rgb(192,91,253); }
div.DivClassName
{
background-color: #C05BFD;
}
.BgClassName
{
background-color: #C05BFD;
}
</style>
border-color css
<style>
span { border-color: #C05BFD; }
span { border-color: rgb(192,91,253); }
td.TdClassName
{
border-color: #C05BFD;
}
.TagClassName
{
border-color: #C05BFD;
}
</style>