Shades of Heliotrope #C65BFB
Tints of Heliotrope #C65BFB
RGB
CMYK
RGB Variations
Color information
#C65BFB (or 0xC65BFB) is known color: Heliotrope. HEX triplet: C6, 5B and FB. RGB value is (198,91,251). Sum of RGB (Red+Green+Blue) = 198+91+251=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #C65BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65BFB is #39A404. Grayscale: #8C8C8C. Windows color (decimal): -3777541 or 16473030. OLE color: 16473030.
HSL color Cylindrical-coordinate representation of color #C65BFB: hue angle of 280.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C65BFB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 91 | 251 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.02 |
| HSL | 280.13º | 0.95% | 0.67% | - |
| HSV(B) | 280.13º | 0.64% | 0.98% | - |
| XYZ | 44.44 | 26.45 | 94.03 | - |
| YUV | 141.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 251 | 0.21 | 0.64 | 0 | 0.02 | 280.13 | 0.95 | 0.67 |
| Hex | C6 | 5B | FB | 15 | 40 | 0 | 2 | 118 | 5F | 43 |
| Octal | 306 | 133 | 373 | 25 | 100 | 0 | 2 | 430 | 137 | 103 |
| Binary | 11000110 | 1011011 | 11111011 | 10101 | 1000000 | 0 | 10 | 100011000 | 1011111 | 1000011 |
Color Harmonies of #C65BFB
Complementary color
Monochromatic Colors of #C65BFB
Black with #C65BFB
Text Example
Text Example
White with #C65BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BFB; }
p { color: rgb(198,91,251); }
H1.HeaderClassName
{
color: #C65BFB;
}
.AnyTagClassName
{
color: #C65BFB;
}
</style>
background-color css
<style>
a { background-color: #C65BFB; }
a { background-color: rgb(198,91,251); }
div.DivClassName
{
background-color: #C65BFB;
}
.BgClassName
{
background-color: #C65BFB;
}
</style>
border-color css
<style>
span { border-color: #C65BFB; }
span { border-color: rgb(198,91,251); }
td.TdClassName
{
border-color: #C65BFB;
}
.TagClassName
{
border-color: #C65BFB;
}
</style>