Shades of Heliotrope #C985FA
Tints of Heliotrope #C985FA
RGB
CMYK
RGB Variations
Color information
#C985FA (or 0xC985FA) is known color: Heliotrope. HEX triplet: C9, 85 and FA. RGB value is (201,133,250). Sum of RGB (Red+Green+Blue) = 201+133+250=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #C985FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985FA is #367A05. Grayscale: #A6A6A6. Windows color (decimal): -3570182 or 16418249. OLE color: 16418249.
HSL color Cylindrical-coordinate representation of color #C985FA: hue angle of 274.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C985FA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 133 | 250 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.02 |
| HSL | 274.87º | 0.92% | 0.75% | - |
| HSV(B) | 274.87º | 0.47% | 0.98% | - |
| XYZ | 49.73 | 36.09 | 94.79 | - |
| YUV | 166.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 250 | 0.20 | 0.47 | 0 | 0.02 | 274.87 | 0.92 | 0.75 |
| Hex | C9 | 85 | FA | 14 | 2F | 0 | 2 | 113 | 5C | 4B |
| Octal | 311 | 205 | 372 | 24 | 57 | 0 | 2 | 423 | 134 | 113 |
| Binary | 11001001 | 10000101 | 11111010 | 10100 | 101111 | 0 | 10 | 100010011 | 1011100 | 1001011 |
Color Harmonies of #C985FA
Complementary color
Monochromatic Colors of #C985FA
Black with #C985FA
Text Example
Text Example
White with #C985FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985FA; }
p { color: rgb(201,133,250); }
H1.HeaderClassName
{
color: #C985FA;
}
.AnyTagClassName
{
color: #C985FA;
}
</style>
background-color css
<style>
a { background-color: #C985FA; }
a { background-color: rgb(201,133,250); }
div.DivClassName
{
background-color: #C985FA;
}
.BgClassName
{
background-color: #C985FA;
}
</style>
border-color css
<style>
span { border-color: #C985FA; }
span { border-color: rgb(201,133,250); }
td.TdClassName
{
border-color: #C985FA;
}
.TagClassName
{
border-color: #C985FA;
}
</style>