Shades of Heliotrope #C184FD
Tints of Heliotrope #C184FD
RGB
CMYK
RGB Variations
Color information
#C184FD (or 0xC184FD) is known color: Heliotrope. HEX triplet: C1, 84 and FD. RGB value is (193,132,253). Sum of RGB (Red+Green+Blue) = 193+132+253=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #C184FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C184FD is #3E7B02. Grayscale: #A3A3A3. Windows color (decimal): -4094723 or 16614593. OLE color: 16614593.
HSL color Cylindrical-coordinate representation of color #C184FD: hue angle of 270.25º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C184FD is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 132 | 253 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.01 |
| HSL | 270.25º | 0.97% | 0.75% | - |
| HSV(B) | 270.25º | 0.48% | 0.99% | - |
| XYZ | 47.97 | 34.93 | 97.14 | - |
| YUV | 164.03 | 178.21 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 253 | 0.24 | 0.48 | 0 | 0.01 | 270.25 | 0.97 | 0.75 |
| Hex | C1 | 84 | FD | 18 | 30 | 0 | 1 | 10E | 61 | 4B |
| Octal | 301 | 204 | 375 | 30 | 60 | 0 | 1 | 416 | 141 | 113 |
| Binary | 11000001 | 10000100 | 11111101 | 11000 | 110000 | 0 | 1 | 100001110 | 1100001 | 1001011 |
Color Harmonies of #C184FD
Complementary color
Monochromatic Colors of #C184FD
Black with #C184FD
Text Example
Text Example
White with #C184FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184FD; }
p { color: rgb(193,132,253); }
H1.HeaderClassName
{
color: #C184FD;
}
.AnyTagClassName
{
color: #C184FD;
}
</style>
background-color css
<style>
a { background-color: #C184FD; }
a { background-color: rgb(193,132,253); }
div.DivClassName
{
background-color: #C184FD;
}
.BgClassName
{
background-color: #C184FD;
}
</style>
border-color css
<style>
span { border-color: #C184FD; }
span { border-color: rgb(193,132,253); }
td.TdClassName
{
border-color: #C184FD;
}
.TagClassName
{
border-color: #C184FD;
}
</style>