Shades of Heliotrope #C364FB
Tints of Heliotrope #C364FB
RGB
CMYK
RGB Variations
Color information
#C364FB (or 0xC364FB) is known color: Heliotrope. HEX triplet: C3, 64 and FB. RGB value is (195,100,251). Sum of RGB (Red+Green+Blue) = 195+100+251=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 100 (39.45% from 255 or 18.32% 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 #C364FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C364FB is #3C9B04. Grayscale: #919191. Windows color (decimal): -3971845 or 16475331. OLE color: 16475331.
HSL color Cylindrical-coordinate representation of color #C364FB: hue angle of 277.75º 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 #C364FB is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 100 | 251 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.02 |
| HSL | 277.75º | 0.95% | 0.69% | - |
| HSV(B) | 277.75º | 0.6% | 0.98% | - |
| XYZ | 44.48 | 27.68 | 94.27 | - |
| YUV | 145.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 251 | 0.22 | 0.60 | 0 | 0.02 | 277.75 | 0.95 | 0.69 |
| Hex | C3 | 64 | FB | 16 | 3C | 0 | 2 | 116 | 5F | 45 |
| Octal | 303 | 144 | 373 | 26 | 74 | 0 | 2 | 426 | 137 | 105 |
| Binary | 11000011 | 1100100 | 11111011 | 10110 | 111100 | 0 | 10 | 100010110 | 1011111 | 1000101 |
Color Harmonies of #C364FB
Complementary color
Monochromatic Colors of #C364FB
Black with #C364FB
Text Example
Text Example
White with #C364FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364FB; }
p { color: rgb(195,100,251); }
H1.HeaderClassName
{
color: #C364FB;
}
.AnyTagClassName
{
color: #C364FB;
}
</style>
background-color css
<style>
a { background-color: #C364FB; }
a { background-color: rgb(195,100,251); }
div.DivClassName
{
background-color: #C364FB;
}
.BgClassName
{
background-color: #C364FB;
}
</style>
border-color css
<style>
span { border-color: #C364FB; }
span { border-color: rgb(195,100,251); }
td.TdClassName
{
border-color: #C364FB;
}
.TagClassName
{
border-color: #C364FB;
}
</style>