Shades of Heliotrope #C65FFD
Tints of Heliotrope #C65FFD
RGB
CMYK
RGB Variations
Color information
#C65FFD (or 0xC65FFD) is known color: Heliotrope. HEX triplet: C6, 5F and FD. RGB value is (198,95,253). Sum of RGB (Red+Green+Blue) = 198+95+253=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #C65FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FFD is #39A002. Grayscale: #8F8F8F. Windows color (decimal): -3776515 or 16605126. OLE color: 16605126.
HSL color Cylindrical-coordinate representation of color #C65FFD: hue angle of 279.11º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C65FFD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 95 | 253 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.01 |
| HSL | 279.11º | 0.98% | 0.68% | - |
| HSV(B) | 279.11º | 0.62% | 0.99% | - |
| XYZ | 45.11 | 27.28 | 95.82 | - |
| YUV | 143.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 253 | 0.22 | 0.62 | 0 | 0.01 | 279.11 | 0.98 | 0.68 |
| Hex | C6 | 5F | FD | 16 | 3E | 0 | 1 | 117 | 62 | 44 |
| Octal | 306 | 137 | 375 | 26 | 76 | 0 | 1 | 427 | 142 | 104 |
| Binary | 11000110 | 1011111 | 11111101 | 10110 | 111110 | 0 | 1 | 100010111 | 1100010 | 1000100 |
Color Harmonies of #C65FFD
Complementary color
Monochromatic Colors of #C65FFD
Black with #C65FFD
Text Example
Text Example
White with #C65FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FFD; }
p { color: rgb(198,95,253); }
H1.HeaderClassName
{
color: #C65FFD;
}
.AnyTagClassName
{
color: #C65FFD;
}
</style>
background-color css
<style>
a { background-color: #C65FFD; }
a { background-color: rgb(198,95,253); }
div.DivClassName
{
background-color: #C65FFD;
}
.BgClassName
{
background-color: #C65FFD;
}
</style>
border-color css
<style>
span { border-color: #C65FFD; }
span { border-color: rgb(198,95,253); }
td.TdClassName
{
border-color: #C65FFD;
}
.TagClassName
{
border-color: #C65FFD;
}
</style>