Shades of Heliotrope #C269FB
Tints of Heliotrope #C269FB
RGB
CMYK
RGB Variations
Color information
#C269FB (or 0xC269FB) is known color: Heliotrope. HEX triplet: C2, 69 and FB. RGB value is (194,105,251). Sum of RGB (Red+Green+Blue) = 194+105+251=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #C269FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269FB is #3D9604. Grayscale: #939393. Windows color (decimal): -4036101 or 16476610. OLE color: 16476610.
HSL color Cylindrical-coordinate representation of color #C269FB: hue angle of 276.58º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C269FB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 105 | 251 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.02 |
| HSL | 276.58º | 0.95% | 0.7% | - |
| HSV(B) | 276.58º | 0.58% | 0.98% | - |
| XYZ | 44.71 | 28.54 | 94.42 | - |
| YUV | 148.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 251 | 0.23 | 0.58 | 0 | 0.02 | 276.58 | 0.95 | 0.7 |
| Hex | C2 | 69 | FB | 17 | 3A | 0 | 2 | 115 | 5F | 46 |
| Octal | 302 | 151 | 373 | 27 | 72 | 0 | 2 | 425 | 137 | 106 |
| Binary | 11000010 | 1101001 | 11111011 | 10111 | 111010 | 0 | 10 | 100010101 | 1011111 | 1000110 |
Color Harmonies of #C269FB
Complementary color
Monochromatic Colors of #C269FB
Black with #C269FB
Text Example
Text Example
White with #C269FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269FB; }
p { color: rgb(194,105,251); }
H1.HeaderClassName
{
color: #C269FB;
}
.AnyTagClassName
{
color: #C269FB;
}
</style>
background-color css
<style>
a { background-color: #C269FB; }
a { background-color: rgb(194,105,251); }
div.DivClassName
{
background-color: #C269FB;
}
.BgClassName
{
background-color: #C269FB;
}
</style>
border-color css
<style>
span { border-color: #C269FB; }
span { border-color: rgb(194,105,251); }
td.TdClassName
{
border-color: #C269FB;
}
.TagClassName
{
border-color: #C269FB;
}
</style>