Shades of Heliotrope #C267FC
Tints of Heliotrope #C267FC
RGB
CMYK
RGB Variations
Color information
#C267FC (or 0xC267FC) is known color: Heliotrope. HEX triplet: C2, 67 and FC. RGB value is (194,103,252). Sum of RGB (Red+Green+Blue) = 194+103+252=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #C267FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267FC is #3D9803. Grayscale: #929292. Windows color (decimal): -4036612 or 16541634. OLE color: 16541634.
HSL color Cylindrical-coordinate representation of color #C267FC: hue angle of 276.64º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C267FC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 103 | 252 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.01 |
| HSL | 276.64º | 0.96% | 0.7% | - |
| HSV(B) | 276.64º | 0.59% | 0.99% | - |
| XYZ | 44.67 | 28.2 | 95.18 | - |
| YUV | 147.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 252 | 0.23 | 0.59 | 0 | 0.01 | 276.64 | 0.96 | 0.7 |
| Hex | C2 | 67 | FC | 17 | 3B | 0 | 1 | 115 | 60 | 46 |
| Octal | 302 | 147 | 374 | 27 | 73 | 0 | 1 | 425 | 140 | 106 |
| Binary | 11000010 | 1100111 | 11111100 | 10111 | 111011 | 0 | 1 | 100010101 | 1100000 | 1000110 |
Color Harmonies of #C267FC
Complementary color
Monochromatic Colors of #C267FC
Black with #C267FC
Text Example
Text Example
White with #C267FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267FC; }
p { color: rgb(194,103,252); }
H1.HeaderClassName
{
color: #C267FC;
}
.AnyTagClassName
{
color: #C267FC;
}
</style>
background-color css
<style>
a { background-color: #C267FC; }
a { background-color: rgb(194,103,252); }
div.DivClassName
{
background-color: #C267FC;
}
.BgClassName
{
background-color: #C267FC;
}
</style>
border-color css
<style>
span { border-color: #C267FC; }
span { border-color: rgb(194,103,252); }
td.TdClassName
{
border-color: #C267FC;
}
.TagClassName
{
border-color: #C267FC;
}
</style>