Shades of Heliotrope #C265FD
Tints of Heliotrope #C265FD
RGB
CMYK
RGB Variations
Color information
#C265FD (or 0xC265FD) is known color: Heliotrope. HEX triplet: C2, 65 and FD. RGB value is (194,101,253). Sum of RGB (Red+Green+Blue) = 194+101+253=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #C265FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265FD is #3D9A02. Grayscale: #919191. Windows color (decimal): -4037123 or 16606658. OLE color: 16606658.
HSL color Cylindrical-coordinate representation of color #C265FD: hue angle of 276.71º 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 #C265FD is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 101 | 253 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.01 |
| HSL | 276.71º | 0.97% | 0.69% | - |
| HSV(B) | 276.71º | 0.6% | 0.99% | - |
| XYZ | 44.63 | 27.87 | 95.96 | - |
| YUV | 146.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 253 | 0.23 | 0.60 | 0 | 0.01 | 276.71 | 0.97 | 0.69 |
| Hex | C2 | 65 | FD | 17 | 3C | 0 | 1 | 115 | 61 | 45 |
| Octal | 302 | 145 | 375 | 27 | 74 | 0 | 1 | 425 | 141 | 105 |
| Binary | 11000010 | 1100101 | 11111101 | 10111 | 111100 | 0 | 1 | 100010101 | 1100001 | 1000101 |
Color Harmonies of #C265FD
Complementary color
Monochromatic Colors of #C265FD
Black with #C265FD
Text Example
Text Example
White with #C265FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265FD; }
p { color: rgb(194,101,253); }
H1.HeaderClassName
{
color: #C265FD;
}
.AnyTagClassName
{
color: #C265FD;
}
</style>
background-color css
<style>
a { background-color: #C265FD; }
a { background-color: rgb(194,101,253); }
div.DivClassName
{
background-color: #C265FD;
}
.BgClassName
{
background-color: #C265FD;
}
</style>
border-color css
<style>
span { border-color: #C265FD; }
span { border-color: rgb(194,101,253); }
td.TdClassName
{
border-color: #C265FD;
}
.TagClassName
{
border-color: #C265FD;
}
</style>