Shades of Heliotrope #C265FB
Tints of Heliotrope #C265FB
RGB
CMYK
RGB Variations
Color information
#C265FB (or 0xC265FB) is known color: Heliotrope. HEX triplet: C2, 65 and FB. RGB value is (194,101,251). Sum of RGB (Red+Green+Blue) = 194+101+251=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #C265FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265FB is #3D9A04. Grayscale: #919191. Windows color (decimal): -4037125 or 16475586. OLE color: 16475586.
HSL color Cylindrical-coordinate representation of color #C265FB: hue angle of 277.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C265FB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 101 | 251 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.02 |
| HSL | 277.2º | 0.95% | 0.69% | - |
| HSV(B) | 277.2º | 0.6% | 0.98% | - |
| XYZ | 44.31 | 27.74 | 94.29 | - |
| YUV | 145.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 251 | 0.23 | 0.60 | 0 | 0.02 | 277.2 | 0.95 | 0.69 |
| Hex | C2 | 65 | FB | 17 | 3C | 0 | 2 | 115 | 5F | 45 |
| Octal | 302 | 145 | 373 | 27 | 74 | 0 | 2 | 425 | 137 | 105 |
| Binary | 11000010 | 1100101 | 11111011 | 10111 | 111100 | 0 | 10 | 100010101 | 1011111 | 1000101 |
Color Harmonies of #C265FB
Complementary color
Monochromatic Colors of #C265FB
Black with #C265FB
Text Example
Text Example
White with #C265FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265FB; }
p { color: rgb(194,101,251); }
H1.HeaderClassName
{
color: #C265FB;
}
.AnyTagClassName
{
color: #C265FB;
}
</style>
background-color css
<style>
a { background-color: #C265FB; }
a { background-color: rgb(194,101,251); }
div.DivClassName
{
background-color: #C265FB;
}
.BgClassName
{
background-color: #C265FB;
}
</style>
border-color css
<style>
span { border-color: #C265FB; }
span { border-color: rgb(194,101,251); }
td.TdClassName
{
border-color: #C265FB;
}
.TagClassName
{
border-color: #C265FB;
}
</style>