Shades of Heliotrope #C264FD
Tints of Heliotrope #C264FD
RGB
CMYK
RGB Variations
Color information
#C264FD (or 0xC264FD) is known color: Heliotrope. HEX triplet: C2, 64 and FD. RGB value is (194,100,253). Sum of RGB (Red+Green+Blue) = 194+100+253=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C264FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264FD is #3D9B02. Grayscale: #919191. Windows color (decimal): -4037379 or 16606402. OLE color: 16606402.
HSL color Cylindrical-coordinate representation of color #C264FD: hue angle of 276.86º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C264FD is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 100 | 253 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.01 |
| HSL | 276.86º | 0.97% | 0.69% | - |
| HSV(B) | 276.86º | 0.6% | 0.99% | - |
| XYZ | 44.53 | 27.68 | 95.92 | - |
| YUV | 145.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 253 | 0.23 | 0.60 | 0 | 0.01 | 276.86 | 0.97 | 0.69 |
| Hex | C2 | 64 | FD | 17 | 3C | 0 | 1 | 115 | 61 | 45 |
| Octal | 302 | 144 | 375 | 27 | 74 | 0 | 1 | 425 | 141 | 105 |
| Binary | 11000010 | 1100100 | 11111101 | 10111 | 111100 | 0 | 1 | 100010101 | 1100001 | 1000101 |
Color Harmonies of #C264FD
Complementary color
Monochromatic Colors of #C264FD
Black with #C264FD
Text Example
Text Example
White with #C264FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264FD; }
p { color: rgb(194,100,253); }
H1.HeaderClassName
{
color: #C264FD;
}
.AnyTagClassName
{
color: #C264FD;
}
</style>
background-color css
<style>
a { background-color: #C264FD; }
a { background-color: rgb(194,100,253); }
div.DivClassName
{
background-color: #C264FD;
}
.BgClassName
{
background-color: #C264FD;
}
</style>
border-color css
<style>
span { border-color: #C264FD; }
span { border-color: rgb(194,100,253); }
td.TdClassName
{
border-color: #C264FD;
}
.TagClassName
{
border-color: #C264FD;
}
</style>