Shades of Heliotrope #C185FD
Tints of Heliotrope #C185FD
RGB
CMYK
RGB Variations
Color information
#C185FD (or 0xC185FD) is known color: Heliotrope. HEX triplet: C1, 85 and FD. RGB value is (193,133,253). Sum of RGB (Red+Green+Blue) = 193+133+253=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #C185FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185FD is #3E7A02. Grayscale: #A4A4A4. Windows color (decimal): -4094467 or 16614849. OLE color: 16614849.
HSL color Cylindrical-coordinate representation of color #C185FD: hue angle of 270º 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 #C185FD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 133 | 253 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.76% | - |
| HSV(B) | 270º | 0.47% | 0.99% | - |
| XYZ | 48.11 | 35.2 | 97.19 | - |
| YUV | 164.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 253 | 0.24 | 0.47 | 0 | 0.01 | 270 | 0.97 | 0.76 |
| Hex | C1 | 85 | FD | 18 | 2F | 0 | 1 | 10E | 61 | 4C |
| Octal | 301 | 205 | 375 | 30 | 57 | 0 | 1 | 416 | 141 | 114 |
| Binary | 11000001 | 10000101 | 11111101 | 11000 | 101111 | 0 | 1 | 100001110 | 1100001 | 1001100 |
Color Harmonies of #C185FD
Complementary color
Monochromatic Colors of #C185FD
Black with #C185FD
Text Example
Text Example
White with #C185FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185FD; }
p { color: rgb(193,133,253); }
H1.HeaderClassName
{
color: #C185FD;
}
.AnyTagClassName
{
color: #C185FD;
}
</style>
background-color css
<style>
a { background-color: #C185FD; }
a { background-color: rgb(193,133,253); }
div.DivClassName
{
background-color: #C185FD;
}
.BgClassName
{
background-color: #C185FD;
}
</style>
border-color css
<style>
span { border-color: #C185FD; }
span { border-color: rgb(193,133,253); }
td.TdClassName
{
border-color: #C185FD;
}
.TagClassName
{
border-color: #C185FD;
}
</style>