Shades of Heliotrope #C385FF
Tints of Heliotrope #C385FF
RGB
CMYK
RGB Variations
Color information
#C385FF (or 0xC385FF) is known color: Heliotrope. HEX triplet: C3, 85 and FF. RGB value is (195,133,255). Sum of RGB (Red+Green+Blue) = 195+133+255=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #C385FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385FF is #3C7A00. Grayscale: #A5A5A5. Windows color (decimal): -3963393 or 16745923. OLE color: 16745923.
HSL color Cylindrical-coordinate representation of color #C385FF: hue angle of 270.49º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C385FF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 133 | 255 | - |
| CMYK | 0.24 | 0.48 | 0 | 0 |
| HSL | 270.49º | 1% | 0.76% | - |
| HSV(B) | 270.49º | 0.48% | 1% | - |
| XYZ | 48.94 | 35.6 | 98.9 | - |
| YUV | 165.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 255 | 0.24 | 0.48 | 0 | 0 | 270.49 | 1 | 0.76 |
| Hex | C3 | 85 | FF | 18 | 30 | 0 | 0 | 10E | 64 | 4C |
| Octal | 303 | 205 | 377 | 30 | 60 | 0 | 0 | 416 | 144 | 114 |
| Binary | 11000011 | 10000101 | 11111111 | 11000 | 110000 | 0 | 0 | 100001110 | 1100100 | 1001100 |
Color Harmonies of #C385FF
Complementary color
Monochromatic Colors of #C385FF
Black with #C385FF
Text Example
Text Example
White with #C385FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385FF; }
p { color: rgb(195,133,255); }
H1.HeaderClassName
{
color: #C385FF;
}
.AnyTagClassName
{
color: #C385FF;
}
</style>
background-color css
<style>
a { background-color: #C385FF; }
a { background-color: rgb(195,133,255); }
div.DivClassName
{
background-color: #C385FF;
}
.BgClassName
{
background-color: #C385FF;
}
</style>
border-color css
<style>
span { border-color: #C385FF; }
span { border-color: rgb(195,133,255); }
td.TdClassName
{
border-color: #C385FF;
}
.TagClassName
{
border-color: #C385FF;
}
</style>