Shades of Heliotrope #C288FC
Tints of Heliotrope #C288FC
RGB
CMYK
RGB Variations
Color information
#C288FC (or 0xC288FC) is known color: Heliotrope. HEX triplet: C2, 88 and FC. RGB value is (194,136,252). Sum of RGB (Red+Green+Blue) = 194+136+252=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #C288FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288FC is #3D7703. Grayscale: #A6A6A6. Windows color (decimal): -4028164 or 16550082. OLE color: 16550082.
HSL color Cylindrical-coordinate representation of color #C288FC: hue angle of 270º 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 #C288FC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 136 | 252 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.01 |
| HSL | 270º | 0.95% | 0.76% | - |
| HSV(B) | 270º | 0.46% | 0.99% | - |
| XYZ | 48.62 | 36.11 | 96.5 | - |
| YUV | 166.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 252 | 0.23 | 0.46 | 0 | 0.01 | 270 | 0.95 | 0.76 |
| Hex | C2 | 88 | FC | 17 | 2E | 0 | 1 | 10E | 5F | 4C |
| Octal | 302 | 210 | 374 | 27 | 56 | 0 | 1 | 416 | 137 | 114 |
| Binary | 11000010 | 10001000 | 11111100 | 10111 | 101110 | 0 | 1 | 100001110 | 1011111 | 1001100 |
Color Harmonies of #C288FC
Complementary color
Monochromatic Colors of #C288FC
Black with #C288FC
Text Example
Text Example
White with #C288FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288FC; }
p { color: rgb(194,136,252); }
H1.HeaderClassName
{
color: #C288FC;
}
.AnyTagClassName
{
color: #C288FC;
}
</style>
background-color css
<style>
a { background-color: #C288FC; }
a { background-color: rgb(194,136,252); }
div.DivClassName
{
background-color: #C288FC;
}
.BgClassName
{
background-color: #C288FC;
}
</style>
border-color css
<style>
span { border-color: #C288FC; }
span { border-color: rgb(194,136,252); }
td.TdClassName
{
border-color: #C288FC;
}
.TagClassName
{
border-color: #C288FC;
}
</style>