Shades of Heliotrope #C65BFD
Tints of Heliotrope #C65BFD
RGB
CMYK
RGB Variations
Color information
#C65BFD (or 0xC65BFD) is known color: Heliotrope. HEX triplet: C6, 5B and FD. RGB value is (198,91,253). Sum of RGB (Red+Green+Blue) = 198+91+253=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #C65BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65BFD is #39A402. Grayscale: #8C8C8C. Windows color (decimal): -3777539 or 16604102. OLE color: 16604102.
HSL color Cylindrical-coordinate representation of color #C65BFD: hue angle of 279.63º 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 #C65BFD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 91 | 253 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.01 |
| HSL | 279.63º | 0.98% | 0.67% | - |
| HSV(B) | 279.63º | 0.64% | 0.99% | - |
| XYZ | 44.76 | 26.58 | 95.7 | - |
| YUV | 141.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 253 | 0.22 | 0.64 | 0 | 0.01 | 279.63 | 0.98 | 0.67 |
| Hex | C6 | 5B | FD | 16 | 40 | 0 | 1 | 118 | 62 | 43 |
| Octal | 306 | 133 | 375 | 26 | 100 | 0 | 1 | 430 | 142 | 103 |
| Binary | 11000110 | 1011011 | 11111101 | 10110 | 1000000 | 0 | 1 | 100011000 | 1100010 | 1000011 |
Color Harmonies of #C65BFD
Complementary color
Monochromatic Colors of #C65BFD
Black with #C65BFD
Text Example
Text Example
White with #C65BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BFD; }
p { color: rgb(198,91,253); }
H1.HeaderClassName
{
color: #C65BFD;
}
.AnyTagClassName
{
color: #C65BFD;
}
</style>
background-color css
<style>
a { background-color: #C65BFD; }
a { background-color: rgb(198,91,253); }
div.DivClassName
{
background-color: #C65BFD;
}
.BgClassName
{
background-color: #C65BFD;
}
</style>
border-color css
<style>
span { border-color: #C65BFD; }
span { border-color: rgb(198,91,253); }
td.TdClassName
{
border-color: #C65BFD;
}
.TagClassName
{
border-color: #C65BFD;
}
</style>