Shades of Heliotrope #C285FC
Tints of Heliotrope #C285FC
RGB
CMYK
RGB Variations
Color information
#C285FC (or 0xC285FC) is known color: Heliotrope. HEX triplet: C2, 85 and FC. RGB value is (194,133,252). Sum of RGB (Red+Green+Blue) = 194+133+252=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #C285FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285FC is #3D7A03. Grayscale: #A4A4A4. Windows color (decimal): -4028932 or 16549314. OLE color: 16549314.
HSL color Cylindrical-coordinate representation of color #C285FC: hue angle of 270.76º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C285FC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 133 | 252 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.01 |
| HSL | 270.76º | 0.95% | 0.75% | - |
| HSV(B) | 270.76º | 0.47% | 0.99% | - |
| XYZ | 48.21 | 35.27 | 96.36 | - |
| YUV | 164.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 252 | 0.23 | 0.47 | 0 | 0.01 | 270.76 | 0.95 | 0.75 |
| Hex | C2 | 85 | FC | 17 | 2F | 0 | 1 | 10F | 5F | 4B |
| Octal | 302 | 205 | 374 | 27 | 57 | 0 | 1 | 417 | 137 | 113 |
| Binary | 11000010 | 10000101 | 11111100 | 10111 | 101111 | 0 | 1 | 100001111 | 1011111 | 1001011 |
Color Harmonies of #C285FC
Complementary color
Monochromatic Colors of #C285FC
Black with #C285FC
Text Example
Text Example
White with #C285FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285FC; }
p { color: rgb(194,133,252); }
H1.HeaderClassName
{
color: #C285FC;
}
.AnyTagClassName
{
color: #C285FC;
}
</style>
background-color css
<style>
a { background-color: #C285FC; }
a { background-color: rgb(194,133,252); }
div.DivClassName
{
background-color: #C285FC;
}
.BgClassName
{
background-color: #C285FC;
}
</style>
border-color css
<style>
span { border-color: #C285FC; }
span { border-color: rgb(194,133,252); }
td.TdClassName
{
border-color: #C285FC;
}
.TagClassName
{
border-color: #C285FC;
}
</style>