Shades of Heliotrope #C45FFD
Tints of Heliotrope #C45FFD
RGB
CMYK
RGB Variations
Color information
#C45FFD (or 0xC45FFD) is known color: Heliotrope. HEX triplet: C4, 5F and FD. RGB value is (196,95,253). Sum of RGB (Red+Green+Blue) = 196+95+253=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #C45FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FFD is #3BA002. Grayscale: #8E8E8E. Windows color (decimal): -3907587 or 16605124. OLE color: 16605124.
HSL color Cylindrical-coordinate representation of color #C45FFD: hue angle of 278.35º 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 #C45FFD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 95 | 253 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 278.35º | 0.98% | 0.68% | - |
| HSV(B) | 278.35º | 0.62% | 0.99% | - |
| XYZ | 44.59 | 27.01 | 95.79 | - |
| YUV | 143.21 | 189.96 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 253 | 0.23 | 0.62 | 0 | 0.01 | 278.35 | 0.98 | 0.68 |
| Hex | C4 | 5F | FD | 17 | 3E | 0 | 1 | 116 | 62 | 44 |
| Octal | 304 | 137 | 375 | 27 | 76 | 0 | 1 | 426 | 142 | 104 |
| Binary | 11000100 | 1011111 | 11111101 | 10111 | 111110 | 0 | 1 | 100010110 | 1100010 | 1000100 |
Color Harmonies of #C45FFD
Complementary color
Monochromatic Colors of #C45FFD
Black with #C45FFD
Text Example
Text Example
White with #C45FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FFD; }
p { color: rgb(196,95,253); }
H1.HeaderClassName
{
color: #C45FFD;
}
.AnyTagClassName
{
color: #C45FFD;
}
</style>
background-color css
<style>
a { background-color: #C45FFD; }
a { background-color: rgb(196,95,253); }
div.DivClassName
{
background-color: #C45FFD;
}
.BgClassName
{
background-color: #C45FFD;
}
</style>
border-color css
<style>
span { border-color: #C45FFD; }
span { border-color: rgb(196,95,253); }
td.TdClassName
{
border-color: #C45FFD;
}
.TagClassName
{
border-color: #C45FFD;
}
</style>