Shades of Heliotrope #C388FE
Tints of Heliotrope #C388FE
RGB
CMYK
RGB Variations
Color information
#C388FE (or 0xC388FE) is known color: Heliotrope. HEX triplet: C3, 88 and FE. RGB value is (195,136,254). Sum of RGB (Red+Green+Blue) = 195+136+254=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #C388FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C388FE is #3C7701. Grayscale: #A6A6A6. Windows color (decimal): -3962626 or 16681155. OLE color: 16681155.
HSL color Cylindrical-coordinate representation of color #C388FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C388FE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 136 | 254 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.00 |
| HSL | 270º | 0.98% | 0.76% | - |
| HSV(B) | 270º | 0.46% | 1% | - |
| XYZ | 49.2 | 36.37 | 98.19 | - |
| YUV | 167.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 254 | 0.23 | 0.46 | 0 | 0.00 | 270 | 0.98 | 0.76 |
| Hex | C3 | 88 | FE | 17 | 2E | 0 | 0 | 10E | 62 | 4C |
| Octal | 303 | 210 | 376 | 27 | 56 | 0 | 0 | 416 | 142 | 114 |
| Binary | 11000011 | 10001000 | 11111110 | 10111 | 101110 | 0 | 0 | 100001110 | 1100010 | 1001100 |
Color Harmonies of #C388FE
Complementary color
Monochromatic Colors of #C388FE
Black with #C388FE
Text Example
Text Example
White with #C388FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388FE; }
p { color: rgb(195,136,254); }
H1.HeaderClassName
{
color: #C388FE;
}
.AnyTagClassName
{
color: #C388FE;
}
</style>
background-color css
<style>
a { background-color: #C388FE; }
a { background-color: rgb(195,136,254); }
div.DivClassName
{
background-color: #C388FE;
}
.BgClassName
{
background-color: #C388FE;
}
</style>
border-color css
<style>
span { border-color: #C388FE; }
span { border-color: rgb(195,136,254); }
td.TdClassName
{
border-color: #C388FE;
}
.TagClassName
{
border-color: #C388FE;
}
</style>