Shades of Medium Orchid #C252FC
Tints of Medium Orchid #C252FC
RGB
CMYK
RGB Variations
Color information
#C252FC (or 0xC252FC) is known color: Medium Orchid. HEX triplet: C2, 52 and FC. RGB value is (194,82,252). Sum of RGB (Red+Green+Blue) = 194+82+252=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #C252FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252FC is #3DAD03. Grayscale: #868686. Windows color (decimal): -4041988 or 16536258. OLE color: 16536258.
HSL color Cylindrical-coordinate representation of color #C252FC: hue angle of 279.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C252FC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 82 | 252 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.01 |
| HSL | 279.53º | 0.97% | 0.65% | - |
| HSV(B) | 279.53º | 0.67% | 0.99% | - |
| XYZ | 42.84 | 24.53 | 94.57 | - |
| YUV | 134.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 252 | 0.23 | 0.67 | 0 | 0.01 | 279.53 | 0.97 | 0.65 |
| Hex | C2 | 52 | FC | 17 | 43 | 0 | 1 | 118 | 61 | 41 |
| Octal | 302 | 122 | 374 | 27 | 103 | 0 | 1 | 430 | 141 | 101 |
| Binary | 11000010 | 1010010 | 11111100 | 10111 | 1000011 | 0 | 1 | 100011000 | 1100001 | 1000001 |
Color Harmonies of #C252FC
Complementary color
Monochromatic Colors of #C252FC
Black with #C252FC
Text Example
Text Example
White with #C252FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252FC; }
p { color: rgb(194,82,252); }
H1.HeaderClassName
{
color: #C252FC;
}
.AnyTagClassName
{
color: #C252FC;
}
</style>
background-color css
<style>
a { background-color: #C252FC; }
a { background-color: rgb(194,82,252); }
div.DivClassName
{
background-color: #C252FC;
}
.BgClassName
{
background-color: #C252FC;
}
</style>
border-color css
<style>
span { border-color: #C252FC; }
span { border-color: rgb(194,82,252); }
td.TdClassName
{
border-color: #C252FC;
}
.TagClassName
{
border-color: #C252FC;
}
</style>