Shades of Heliotrope #C385FD
Tints of Heliotrope #C385FD
RGB
CMYK
RGB Variations
Color information
#C385FD (or 0xC385FD) is known color: Heliotrope. HEX triplet: C3, 85 and FD. RGB value is (195,133,253). Sum of RGB (Red+Green+Blue) = 195+133+253=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #C385FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385FD is #3C7A02. Grayscale: #A4A4A4. Windows color (decimal): -3963395 or 16614851. OLE color: 16614851.
HSL color Cylindrical-coordinate representation of color #C385FD: hue angle of 271º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C385FD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 133 | 253 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.01 |
| HSL | 271º | 0.97% | 0.76% | - |
| HSV(B) | 271º | 0.47% | 0.99% | - |
| XYZ | 48.62 | 35.47 | 97.21 | - |
| YUV | 165.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 253 | 0.23 | 0.47 | 0 | 0.01 | 271 | 0.97 | 0.76 |
| Hex | C3 | 85 | FD | 17 | 2F | 0 | 1 | 10F | 61 | 4C |
| Octal | 303 | 205 | 375 | 27 | 57 | 0 | 1 | 417 | 141 | 114 |
| Binary | 11000011 | 10000101 | 11111101 | 10111 | 101111 | 0 | 1 | 100001111 | 1100001 | 1001100 |
Color Harmonies of #C385FD
Complementary color
Monochromatic Colors of #C385FD
Black with #C385FD
Text Example
Text Example
White with #C385FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385FD; }
p { color: rgb(195,133,253); }
H1.HeaderClassName
{
color: #C385FD;
}
.AnyTagClassName
{
color: #C385FD;
}
</style>
background-color css
<style>
a { background-color: #C385FD; }
a { background-color: rgb(195,133,253); }
div.DivClassName
{
background-color: #C385FD;
}
.BgClassName
{
background-color: #C385FD;
}
</style>
border-color css
<style>
span { border-color: #C385FD; }
span { border-color: rgb(195,133,253); }
td.TdClassName
{
border-color: #C385FD;
}
.TagClassName
{
border-color: #C385FD;
}
</style>