Shades of Heliotrope #C260FD
Tints of Heliotrope #C260FD
RGB
CMYK
RGB Variations
Color information
#C260FD (or 0xC260FD) is known color: Heliotrope. HEX triplet: C2, 60 and FD. RGB value is (194,96,253). Sum of RGB (Red+Green+Blue) = 194+96+253=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #C260FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260FD is #3D9F02. Grayscale: #8E8E8E. Windows color (decimal): -4038403 or 16605378. OLE color: 16605378.
HSL color Cylindrical-coordinate representation of color #C260FD: hue angle of 277.45º 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 #C260FD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 96 | 253 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 277.45º | 0.98% | 0.68% | - |
| HSV(B) | 277.45º | 0.62% | 0.99% | - |
| XYZ | 44.16 | 26.93 | 95.8 | - |
| YUV | 143.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 253 | 0.23 | 0.62 | 0 | 0.01 | 277.45 | 0.98 | 0.68 |
| Hex | C2 | 60 | FD | 17 | 3E | 0 | 1 | 115 | 62 | 44 |
| Octal | 302 | 140 | 375 | 27 | 76 | 0 | 1 | 425 | 142 | 104 |
| Binary | 11000010 | 1100000 | 11111101 | 10111 | 111110 | 0 | 1 | 100010101 | 1100010 | 1000100 |
Color Harmonies of #C260FD
Complementary color
Monochromatic Colors of #C260FD
Black with #C260FD
Text Example
Text Example
White with #C260FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260FD; }
p { color: rgb(194,96,253); }
H1.HeaderClassName
{
color: #C260FD;
}
.AnyTagClassName
{
color: #C260FD;
}
</style>
background-color css
<style>
a { background-color: #C260FD; }
a { background-color: rgb(194,96,253); }
div.DivClassName
{
background-color: #C260FD;
}
.BgClassName
{
background-color: #C260FD;
}
</style>
border-color css
<style>
span { border-color: #C260FD; }
span { border-color: rgb(194,96,253); }
td.TdClassName
{
border-color: #C260FD;
}
.TagClassName
{
border-color: #C260FD;
}
</style>