Shades of Heliotrope #C368FA
Tints of Heliotrope #C368FA
RGB
CMYK
RGB Variations
Color information
#C368FA (or 0xC368FA) is known color: Heliotrope. HEX triplet: C3, 68 and FA. RGB value is (195,104,250). Sum of RGB (Red+Green+Blue) = 195+104+250=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #C368FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368FA is #3C9705. Grayscale: #939393. Windows color (decimal): -3970822 or 16410819. OLE color: 16410819.
HSL color Cylindrical-coordinate representation of color #C368FA: hue angle of 277.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C368FA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 104 | 250 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.02 |
| HSL | 277.4º | 0.94% | 0.69% | - |
| HSV(B) | 277.4º | 0.58% | 0.98% | - |
| XYZ | 44.71 | 28.4 | 93.57 | - |
| YUV | 147.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 250 | 0.22 | 0.58 | 0 | 0.02 | 277.4 | 0.94 | 0.69 |
| Hex | C3 | 68 | FA | 16 | 3A | 0 | 2 | 115 | 5E | 45 |
| Octal | 303 | 150 | 372 | 26 | 72 | 0 | 2 | 425 | 136 | 105 |
| Binary | 11000011 | 1101000 | 11111010 | 10110 | 111010 | 0 | 10 | 100010101 | 1011110 | 1000101 |
Color Harmonies of #C368FA
Complementary color
Monochromatic Colors of #C368FA
Black with #C368FA
Text Example
Text Example
White with #C368FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368FA; }
p { color: rgb(195,104,250); }
H1.HeaderClassName
{
color: #C368FA;
}
.AnyTagClassName
{
color: #C368FA;
}
</style>
background-color css
<style>
a { background-color: #C368FA; }
a { background-color: rgb(195,104,250); }
div.DivClassName
{
background-color: #C368FA;
}
.BgClassName
{
background-color: #C368FA;
}
</style>
border-color css
<style>
span { border-color: #C368FA; }
span { border-color: rgb(195,104,250); }
td.TdClassName
{
border-color: #C368FA;
}
.TagClassName
{
border-color: #C368FA;
}
</style>