Shades of Heliotrope #C387FF
Tints of Heliotrope #C387FF
RGB
CMYK
RGB Variations
Color information
#C387FF (or 0xC387FF) is known color: Heliotrope. HEX triplet: C3, 87 and FF. RGB value is (195,135,255). Sum of RGB (Red+Green+Blue) = 195+135+255=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C387FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C387FF is #3C7800. Grayscale: #A6A6A6. Windows color (decimal): -3962881 or 16746435. OLE color: 16746435.
HSL color Cylindrical-coordinate representation of color #C387FF: hue angle of 270º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C387FF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 135 | 255 | - |
| CMYK | 0.24 | 0.47 | 0 | 0 |
| HSL | 270º | 1% | 0.76% | - |
| HSV(B) | 270º | 0.47% | 1% | - |
| XYZ | 49.22 | 36.15 | 98.99 | - |
| YUV | 166.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 255 | 0.24 | 0.47 | 0 | 0 | 270 | 1 | 0.76 |
| Hex | C3 | 87 | FF | 18 | 2F | 0 | 0 | 10E | 64 | 4C |
| Octal | 303 | 207 | 377 | 30 | 57 | 0 | 0 | 416 | 144 | 114 |
| Binary | 11000011 | 10000111 | 11111111 | 11000 | 101111 | 0 | 0 | 100001110 | 1100100 | 1001100 |
Color Harmonies of #C387FF
Complementary color
Monochromatic Colors of #C387FF
Black with #C387FF
Text Example
Text Example
White with #C387FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387FF; }
p { color: rgb(195,135,255); }
H1.HeaderClassName
{
color: #C387FF;
}
.AnyTagClassName
{
color: #C387FF;
}
</style>
background-color css
<style>
a { background-color: #C387FF; }
a { background-color: rgb(195,135,255); }
div.DivClassName
{
background-color: #C387FF;
}
.BgClassName
{
background-color: #C387FF;
}
</style>
border-color css
<style>
span { border-color: #C387FF; }
span { border-color: rgb(195,135,255); }
td.TdClassName
{
border-color: #C387FF;
}
.TagClassName
{
border-color: #C387FF;
}
</style>