Shades of Heliotrope #C261FD
Tints of Heliotrope #C261FD
RGB
CMYK
RGB Variations
Color information
#C261FD (or 0xC261FD) is known color: Heliotrope. HEX triplet: C2, 61 and FD. RGB value is (194,97,253). Sum of RGB (Red+Green+Blue) = 194+97+253=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 97 (38.28% from 255 or 17.83% 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 #C261FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261FD is #3D9E02. Grayscale: #8F8F8F. Windows color (decimal): -4038147 or 16605634. OLE color: 16605634.
HSL color Cylindrical-coordinate representation of color #C261FD: hue angle of 277.31º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C261FD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 97 | 253 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 277.31º | 0.98% | 0.69% | - |
| HSV(B) | 277.31º | 0.62% | 0.99% | - |
| XYZ | 44.25 | 27.11 | 95.83 | - |
| YUV | 143.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 253 | 0.23 | 0.62 | 0 | 0.01 | 277.31 | 0.98 | 0.69 |
| Hex | C2 | 61 | FD | 17 | 3E | 0 | 1 | 115 | 62 | 45 |
| Octal | 302 | 141 | 375 | 27 | 76 | 0 | 1 | 425 | 142 | 105 |
| Binary | 11000010 | 1100001 | 11111101 | 10111 | 111110 | 0 | 1 | 100010101 | 1100010 | 1000101 |
Color Harmonies of #C261FD
Complementary color
Monochromatic Colors of #C261FD
Black with #C261FD
Text Example
Text Example
White with #C261FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261FD; }
p { color: rgb(194,97,253); }
H1.HeaderClassName
{
color: #C261FD;
}
.AnyTagClassName
{
color: #C261FD;
}
</style>
background-color css
<style>
a { background-color: #C261FD; }
a { background-color: rgb(194,97,253); }
div.DivClassName
{
background-color: #C261FD;
}
.BgClassName
{
background-color: #C261FD;
}
</style>
border-color css
<style>
span { border-color: #C261FD; }
span { border-color: rgb(194,97,253); }
td.TdClassName
{
border-color: #C261FD;
}
.TagClassName
{
border-color: #C261FD;
}
</style>