Shades of Heliotrope #C274FD
Tints of Heliotrope #C274FD
RGB
CMYK
RGB Variations
Color information
#C274FD (or 0xC274FD) is known color: Heliotrope. HEX triplet: C2, 74 and FD. RGB value is (194,116,253). Sum of RGB (Red+Green+Blue) = 194+116+253=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #C274FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274FD is #3D8B02. Grayscale: #9A9A9A. Windows color (decimal): -4033283 or 16610498. OLE color: 16610498.
HSL color Cylindrical-coordinate representation of color #C274FD: hue angle of 274.16º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C274FD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 116 | 253 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.01 |
| HSL | 274.16º | 0.97% | 0.72% | - |
| HSV(B) | 274.16º | 0.54% | 0.99% | - |
| XYZ | 46.22 | 31.05 | 96.49 | - |
| YUV | 154.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 253 | 0.23 | 0.54 | 0 | 0.01 | 274.16 | 0.97 | 0.72 |
| Hex | C2 | 74 | FD | 17 | 36 | 0 | 1 | 112 | 61 | 48 |
| Octal | 302 | 164 | 375 | 27 | 66 | 0 | 1 | 422 | 141 | 110 |
| Binary | 11000010 | 1110100 | 11111101 | 10111 | 110110 | 0 | 1 | 100010010 | 1100001 | 1001000 |
Color Harmonies of #C274FD
Complementary color
Monochromatic Colors of #C274FD
Black with #C274FD
Text Example
Text Example
White with #C274FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274FD; }
p { color: rgb(194,116,253); }
H1.HeaderClassName
{
color: #C274FD;
}
.AnyTagClassName
{
color: #C274FD;
}
</style>
background-color css
<style>
a { background-color: #C274FD; }
a { background-color: rgb(194,116,253); }
div.DivClassName
{
background-color: #C274FD;
}
.BgClassName
{
background-color: #C274FD;
}
</style>
border-color css
<style>
span { border-color: #C274FD; }
span { border-color: rgb(194,116,253); }
td.TdClassName
{
border-color: #C274FD;
}
.TagClassName
{
border-color: #C274FD;
}
</style>