Shades of Heliotrope #C985FE
Tints of Heliotrope #C985FE
RGB
CMYK
RGB Variations
Color information
#C985FE (or 0xC985FE) is known color: Heliotrope. HEX triplet: C9, 85 and FE. RGB value is (201,133,254). Sum of RGB (Red+Green+Blue) = 201+133+254=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #C985FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985FE is #367A01. Grayscale: #A6A6A6. Windows color (decimal): -3570178 or 16680393. OLE color: 16680393.
HSL color Cylindrical-coordinate representation of color #C985FE: hue angle of 273.72º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C985FE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 201 | 133 | 254 | - |
CMYK | 0.21 | 0.48 | 0 | 0.00 |
HSL | 273.72º | 0.98% | 0.76% | - |
HSV(B) | 273.72º | 0.48% | 1% | - |
XYZ | 50.36 | 36.35 | 98.13 | - |
YUV | 167.13 | 177.03 | 152.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 133 | 254 | 0.21 | 0.48 | 0 | 0.00 | 273.72 | 0.98 | 0.76 |
Hex | C9 | 85 | FE | 15 | 30 | 0 | 0 | 112 | 62 | 4C |
Octal | 311 | 205 | 376 | 25 | 60 | 0 | 0 | 422 | 142 | 114 |
Binary | 11001001 | 10000101 | 11111110 | 10101 | 110000 | 0 | 0 | 100010010 | 1100010 | 1001100 |
Color Harmonies of #C985FE
Complementary color
Monochromatic Colors of #C985FE
Black with #C985FE
Text Example
Text Example
White with #C985FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985FE; }
p { color: rgb(201,133,254); }
H1.HeaderClassName
{
color: #C985FE;
}
.AnyTagClassName
{
color: #C985FE;
}
</style>
background-color css
<style>
a { background-color: #C985FE; }
a { background-color: rgb(201,133,254); }
div.DivClassName
{
background-color: #C985FE;
}
.BgClassName
{
background-color: #C985FE;
}
</style>
border-color css
<style>
span { border-color: #C985FE; }
span { border-color: rgb(201,133,254); }
td.TdClassName
{
border-color: #C985FE;
}
.TagClassName
{
border-color: #C985FE;
}
</style>