Shades of Heliotrope #C385FC
Tints of Heliotrope #C385FC
RGB
CMYK
RGB Variations
Color information
#C385FC (or 0xC385FC) is known color: Heliotrope. HEX triplet: C3, 85 and FC. RGB value is (195,133,252). Sum of RGB (Red+Green+Blue) = 195+133+252=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #C385FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385FC is #3C7A03. Grayscale: #A4A4A4. Windows color (decimal): -3963396 or 16549315. OLE color: 16549315.
HSL color Cylindrical-coordinate representation of color #C385FC: hue angle of 271.26º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C385FC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 133 | 252 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.01 |
| HSL | 271.26º | 0.95% | 0.75% | - |
| HSV(B) | 271.26º | 0.47% | 0.99% | - |
| XYZ | 48.46 | 35.41 | 96.38 | - |
| YUV | 165.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 252 | 0.23 | 0.47 | 0 | 0.01 | 271.26 | 0.95 | 0.75 |
| Hex | C3 | 85 | FC | 17 | 2F | 0 | 1 | 10F | 5F | 4B |
| Octal | 303 | 205 | 374 | 27 | 57 | 0 | 1 | 417 | 137 | 113 |
| Binary | 11000011 | 10000101 | 11111100 | 10111 | 101111 | 0 | 1 | 100001111 | 1011111 | 1001011 |
Color Harmonies of #C385FC
Complementary color
Monochromatic Colors of #C385FC
Black with #C385FC
Text Example
Text Example
White with #C385FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385FC; }
p { color: rgb(195,133,252); }
H1.HeaderClassName
{
color: #C385FC;
}
.AnyTagClassName
{
color: #C385FC;
}
</style>
background-color css
<style>
a { background-color: #C385FC; }
a { background-color: rgb(195,133,252); }
div.DivClassName
{
background-color: #C385FC;
}
.BgClassName
{
background-color: #C385FC;
}
</style>
border-color css
<style>
span { border-color: #C385FC; }
span { border-color: rgb(195,133,252); }
td.TdClassName
{
border-color: #C385FC;
}
.TagClassName
{
border-color: #C385FC;
}
</style>