Shades of Heliotrope #C55FFD
Tints of Heliotrope #C55FFD
RGB
CMYK
RGB Variations
Color information
#C55FFD (or 0xC55FFD) is known color: Heliotrope. HEX triplet: C5, 5F and FD. RGB value is (197,95,253). Sum of RGB (Red+Green+Blue) = 197+95+253=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C55FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FFD is #3AA002. Grayscale: #8E8E8E. Windows color (decimal): -3842051 or 16605125. OLE color: 16605125.
HSL color Cylindrical-coordinate representation of color #C55FFD: hue angle of 278.73º 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 #C55FFD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 95 | 253 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.01 |
| HSL | 278.73º | 0.98% | 0.68% | - |
| HSV(B) | 278.73º | 0.62% | 0.99% | - |
| XYZ | 44.85 | 27.15 | 95.8 | - |
| YUV | 143.51 | 189.79 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 253 | 0.22 | 0.62 | 0 | 0.01 | 278.73 | 0.98 | 0.68 |
| Hex | C5 | 5F | FD | 16 | 3E | 0 | 1 | 117 | 62 | 44 |
| Octal | 305 | 137 | 375 | 26 | 76 | 0 | 1 | 427 | 142 | 104 |
| Binary | 11000101 | 1011111 | 11111101 | 10110 | 111110 | 0 | 1 | 100010111 | 1100010 | 1000100 |
Color Harmonies of #C55FFD
Complementary color
Monochromatic Colors of #C55FFD
Black with #C55FFD
Text Example
Text Example
White with #C55FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FFD; }
p { color: rgb(197,95,253); }
H1.HeaderClassName
{
color: #C55FFD;
}
.AnyTagClassName
{
color: #C55FFD;
}
</style>
background-color css
<style>
a { background-color: #C55FFD; }
a { background-color: rgb(197,95,253); }
div.DivClassName
{
background-color: #C55FFD;
}
.BgClassName
{
background-color: #C55FFD;
}
</style>
border-color css
<style>
span { border-color: #C55FFD; }
span { border-color: rgb(197,95,253); }
td.TdClassName
{
border-color: #C55FFD;
}
.TagClassName
{
border-color: #C55FFD;
}
</style>