Shades of Heliotrope #C388FC
Tints of Heliotrope #C388FC
RGB
CMYK
RGB Variations
Color information
#C388FC (or 0xC388FC) is known color: Heliotrope. HEX triplet: C3, 88 and FC. RGB value is (195,136,252). Sum of RGB (Red+Green+Blue) = 195+136+252=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #C388FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C388FC is #3C7703. Grayscale: #A6A6A6. Windows color (decimal): -3962628 or 16550083. OLE color: 16550083.
HSL color Cylindrical-coordinate representation of color #C388FC: hue angle of 270.52º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C388FC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 136 | 252 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.01 |
| HSL | 270.52º | 0.95% | 0.76% | - |
| HSV(B) | 270.52º | 0.46% | 0.99% | - |
| XYZ | 48.88 | 36.24 | 96.51 | - |
| YUV | 166.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 252 | 0.23 | 0.46 | 0 | 0.01 | 270.52 | 0.95 | 0.76 |
| Hex | C3 | 88 | FC | 17 | 2E | 0 | 1 | 10F | 5F | 4C |
| Octal | 303 | 210 | 374 | 27 | 56 | 0 | 1 | 417 | 137 | 114 |
| Binary | 11000011 | 10001000 | 11111100 | 10111 | 101110 | 0 | 1 | 100001111 | 1011111 | 1001100 |
Color Harmonies of #C388FC
Complementary color
Monochromatic Colors of #C388FC
Black with #C388FC
Text Example
Text Example
White with #C388FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388FC; }
p { color: rgb(195,136,252); }
H1.HeaderClassName
{
color: #C388FC;
}
.AnyTagClassName
{
color: #C388FC;
}
</style>
background-color css
<style>
a { background-color: #C388FC; }
a { background-color: rgb(195,136,252); }
div.DivClassName
{
background-color: #C388FC;
}
.BgClassName
{
background-color: #C388FC;
}
</style>
border-color css
<style>
span { border-color: #C388FC; }
span { border-color: rgb(195,136,252); }
td.TdClassName
{
border-color: #C388FC;
}
.TagClassName
{
border-color: #C388FC;
}
</style>