Shades of Heliotrope #C17BFD
Tints of Heliotrope #C17BFD
RGB
CMYK
RGB Variations
Color information
#C17BFD (or 0xC17BFD) is known color: Heliotrope. HEX triplet: C1, 7B and FD. RGB value is (193,123,253). Sum of RGB (Red+Green+Blue) = 193+123+253=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #C17BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17BFD is #3E8402. Grayscale: #9E9E9E. Windows color (decimal): -4097027 or 16612289. OLE color: 16612289.
HSL color Cylindrical-coordinate representation of color #C17BFD: hue angle of 272.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C17BFD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 123 | 253 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.01 |
| HSL | 272.31º | 0.97% | 0.74% | - |
| HSV(B) | 272.31º | 0.51% | 0.99% | - |
| XYZ | 46.8 | 32.6 | 96.75 | - |
| YUV | 158.75 | 181.19 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 253 | 0.24 | 0.51 | 0 | 0.01 | 272.31 | 0.97 | 0.74 |
| Hex | C1 | 7B | FD | 18 | 33 | 0 | 1 | 110 | 61 | 4A |
| Octal | 301 | 173 | 375 | 30 | 63 | 0 | 1 | 420 | 141 | 112 |
| Binary | 11000001 | 1111011 | 11111101 | 11000 | 110011 | 0 | 1 | 100010000 | 1100001 | 1001010 |
Color Harmonies of #C17BFD
Complementary color
Monochromatic Colors of #C17BFD
Black with #C17BFD
Text Example
Text Example
White with #C17BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BFD; }
p { color: rgb(193,123,253); }
H1.HeaderClassName
{
color: #C17BFD;
}
.AnyTagClassName
{
color: #C17BFD;
}
</style>
background-color css
<style>
a { background-color: #C17BFD; }
a { background-color: rgb(193,123,253); }
div.DivClassName
{
background-color: #C17BFD;
}
.BgClassName
{
background-color: #C17BFD;
}
</style>
border-color css
<style>
span { border-color: #C17BFD; }
span { border-color: rgb(193,123,253); }
td.TdClassName
{
border-color: #C17BFD;
}
.TagClassName
{
border-color: #C17BFD;
}
</style>