Shades of Heliotrope #C085FC
Tints of Heliotrope #C085FC
RGB
CMYK
RGB Variations
Color information
#C085FC (or 0xC085FC) is known color: Heliotrope. HEX triplet: C0, 85 and FC. RGB value is (192,133,252). Sum of RGB (Red+Green+Blue) = 192+133+252=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #C085FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085FC is #3F7A03. Grayscale: #A3A3A3. Windows color (decimal): -4160004 or 16549312. OLE color: 16549312.
HSL color Cylindrical-coordinate representation of color #C085FC: hue angle of 269.75º 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 #C085FC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 133 | 252 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.01 |
| HSL | 269.75º | 0.95% | 0.75% | - |
| HSV(B) | 269.75º | 0.47% | 0.99% | - |
| XYZ | 47.7 | 35.01 | 96.34 | - |
| YUV | 164.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 252 | 0.24 | 0.47 | 0 | 0.01 | 269.75 | 0.95 | 0.75 |
| Hex | C0 | 85 | FC | 18 | 2F | 0 | 1 | 10E | 5F | 4B |
| Octal | 300 | 205 | 374 | 30 | 57 | 0 | 1 | 416 | 137 | 113 |
| Binary | 11000000 | 10000101 | 11111100 | 11000 | 101111 | 0 | 1 | 100001110 | 1011111 | 1001011 |
Color Harmonies of #C085FC
Complementary color
Monochromatic Colors of #C085FC
Black with #C085FC
Text Example
Text Example
White with #C085FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085FC; }
p { color: rgb(192,133,252); }
H1.HeaderClassName
{
color: #C085FC;
}
.AnyTagClassName
{
color: #C085FC;
}
</style>
background-color css
<style>
a { background-color: #C085FC; }
a { background-color: rgb(192,133,252); }
div.DivClassName
{
background-color: #C085FC;
}
.BgClassName
{
background-color: #C085FC;
}
</style>
border-color css
<style>
span { border-color: #C085FC; }
span { border-color: rgb(192,133,252); }
td.TdClassName
{
border-color: #C085FC;
}
.TagClassName
{
border-color: #C085FC;
}
</style>