Shades of Heliotrope #C273FD
Tints of Heliotrope #C273FD
RGB
CMYK
RGB Variations
Color information
#C273FD (or 0xC273FD) is known color: Heliotrope. HEX triplet: C2, 73 and FD. RGB value is (194,115,253). Sum of RGB (Red+Green+Blue) = 194+115+253=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #C273FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273FD is #3D8C02. Grayscale: #999999. Windows color (decimal): -4033539 or 16610242. OLE color: 16610242.
HSL color Cylindrical-coordinate representation of color #C273FD: hue angle of 274.35º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C273FD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 115 | 253 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.01 |
| HSL | 274.35º | 0.97% | 0.72% | - |
| HSV(B) | 274.35º | 0.55% | 0.99% | - |
| XYZ | 46.11 | 30.82 | 96.45 | - |
| YUV | 154.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 253 | 0.23 | 0.55 | 0 | 0.01 | 274.35 | 0.97 | 0.72 |
| Hex | C2 | 73 | FD | 17 | 37 | 0 | 1 | 112 | 61 | 48 |
| Octal | 302 | 163 | 375 | 27 | 67 | 0 | 1 | 422 | 141 | 110 |
| Binary | 11000010 | 1110011 | 11111101 | 10111 | 110111 | 0 | 1 | 100010010 | 1100001 | 1001000 |
Color Harmonies of #C273FD
Complementary color
Monochromatic Colors of #C273FD
Black with #C273FD
Text Example
Text Example
White with #C273FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273FD; }
p { color: rgb(194,115,253); }
H1.HeaderClassName
{
color: #C273FD;
}
.AnyTagClassName
{
color: #C273FD;
}
</style>
background-color css
<style>
a { background-color: #C273FD; }
a { background-color: rgb(194,115,253); }
div.DivClassName
{
background-color: #C273FD;
}
.BgClassName
{
background-color: #C273FD;
}
</style>
border-color css
<style>
span { border-color: #C273FD; }
span { border-color: rgb(194,115,253); }
td.TdClassName
{
border-color: #C273FD;
}
.TagClassName
{
border-color: #C273FD;
}
</style>