Shades of Heliotrope #C65FFB
Tints of Heliotrope #C65FFB
RGB
CMYK
RGB Variations
Color information
#C65FFB (or 0xC65FFB) is known color: Heliotrope. HEX triplet: C6, 5F and FB. RGB value is (198,95,251). Sum of RGB (Red+Green+Blue) = 198+95+251=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #C65FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FFB is #39A004. Grayscale: #8F8F8F. Windows color (decimal): -3776517 or 16474054. OLE color: 16474054.
HSL color Cylindrical-coordinate representation of color #C65FFB: hue angle of 279.62º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C65FFB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 95 | 251 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.02 |
| HSL | 279.62º | 0.95% | 0.68% | - |
| HSV(B) | 279.62º | 0.62% | 0.98% | - |
| XYZ | 44.79 | 27.16 | 94.15 | - |
| YUV | 143.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 251 | 0.21 | 0.62 | 0 | 0.02 | 279.62 | 0.95 | 0.68 |
| Hex | C6 | 5F | FB | 15 | 3E | 0 | 2 | 118 | 5F | 44 |
| Octal | 306 | 137 | 373 | 25 | 76 | 0 | 2 | 430 | 137 | 104 |
| Binary | 11000110 | 1011111 | 11111011 | 10101 | 111110 | 0 | 10 | 100011000 | 1011111 | 1000100 |
Color Harmonies of #C65FFB
Complementary color
Monochromatic Colors of #C65FFB
Black with #C65FFB
Text Example
Text Example
White with #C65FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FFB; }
p { color: rgb(198,95,251); }
H1.HeaderClassName
{
color: #C65FFB;
}
.AnyTagClassName
{
color: #C65FFB;
}
</style>
background-color css
<style>
a { background-color: #C65FFB; }
a { background-color: rgb(198,95,251); }
div.DivClassName
{
background-color: #C65FFB;
}
.BgClassName
{
background-color: #C65FFB;
}
</style>
border-color css
<style>
span { border-color: #C65FFB; }
span { border-color: rgb(198,95,251); }
td.TdClassName
{
border-color: #C65FFB;
}
.TagClassName
{
border-color: #C65FFB;
}
</style>