Shades of Heliotrope #C384FC
Tints of Heliotrope #C384FC
RGB
CMYK
RGB Variations
Color information
#C384FC (or 0xC384FC) is known color: Heliotrope. HEX triplet: C3, 84 and FC. RGB value is (195,132,252). Sum of RGB (Red+Green+Blue) = 195+132+252=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #C384FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384FC is #3C7B03. Grayscale: #A4A4A4. Windows color (decimal): -3963652 or 16549059. OLE color: 16549059.
HSL color Cylindrical-coordinate representation of color #C384FC: hue angle of 271.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C384FC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 132 | 252 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.01 |
| HSL | 271.5º | 0.95% | 0.75% | - |
| HSV(B) | 271.5º | 0.48% | 0.99% | - |
| XYZ | 48.33 | 35.13 | 96.33 | - |
| YUV | 164.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 252 | 0.23 | 0.48 | 0 | 0.01 | 271.5 | 0.95 | 0.75 |
| Hex | C3 | 84 | FC | 17 | 30 | 0 | 1 | 110 | 5F | 4B |
| Octal | 303 | 204 | 374 | 27 | 60 | 0 | 1 | 420 | 137 | 113 |
| Binary | 11000011 | 10000100 | 11111100 | 10111 | 110000 | 0 | 1 | 100010000 | 1011111 | 1001011 |
Color Harmonies of #C384FC
Complementary color
Monochromatic Colors of #C384FC
Black with #C384FC
Text Example
Text Example
White with #C384FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384FC; }
p { color: rgb(195,132,252); }
H1.HeaderClassName
{
color: #C384FC;
}
.AnyTagClassName
{
color: #C384FC;
}
</style>
background-color css
<style>
a { background-color: #C384FC; }
a { background-color: rgb(195,132,252); }
div.DivClassName
{
background-color: #C384FC;
}
.BgClassName
{
background-color: #C384FC;
}
</style>
border-color css
<style>
span { border-color: #C384FC; }
span { border-color: rgb(195,132,252); }
td.TdClassName
{
border-color: #C384FC;
}
.TagClassName
{
border-color: #C384FC;
}
</style>