Shades of Heliotrope #C985FF
Tints of Heliotrope #C985FF
RGB
CMYK
RGB Variations
Color information
#C985FF (or 0xC985FF) is known color: Heliotrope. HEX triplet: C9, 85 and FF. RGB value is (201,133,255). Sum of RGB (Red+Green+Blue) = 201+133+255=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #C985FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985FF is #367A00. Grayscale: #A6A6A6. Windows color (decimal): -3570177 or 16745929. OLE color: 16745929.
HSL color Cylindrical-coordinate representation of color #C985FF: hue angle of 273.44º 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 #C985FF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 133 | 255 | - |
| CMYK | 0.21 | 0.48 | 0 | 0 |
| HSL | 273.44º | 1% | 0.76% | - |
| HSV(B) | 273.44º | 0.48% | 1% | - |
| XYZ | 50.52 | 36.41 | 98.97 | - |
| YUV | 167.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 255 | 0.21 | 0.48 | 0 | 0 | 273.44 | 1 | 0.76 |
| Hex | C9 | 85 | FF | 15 | 30 | 0 | 0 | 111 | 64 | 4C |
| Octal | 311 | 205 | 377 | 25 | 60 | 0 | 0 | 421 | 144 | 114 |
| Binary | 11001001 | 10000101 | 11111111 | 10101 | 110000 | 0 | 0 | 100010001 | 1100100 | 1001100 |
Color Harmonies of #C985FF
Complementary color
Monochromatic Colors of #C985FF
Black with #C985FF
Text Example
Text Example
White with #C985FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985FF; }
p { color: rgb(201,133,255); }
H1.HeaderClassName
{
color: #C985FF;
}
.AnyTagClassName
{
color: #C985FF;
}
</style>
background-color css
<style>
a { background-color: #C985FF; }
a { background-color: rgb(201,133,255); }
div.DivClassName
{
background-color: #C985FF;
}
.BgClassName
{
background-color: #C985FF;
}
</style>
border-color css
<style>
span { border-color: #C985FF; }
span { border-color: rgb(201,133,255); }
td.TdClassName
{
border-color: #C985FF;
}
.TagClassName
{
border-color: #C985FF;
}
</style>