Shades of Medium Orchid #C252FD
Tints of Medium Orchid #C252FD
RGB
CMYK
RGB Variations
Color information
#C252FD (or 0xC252FD) is known color: Medium Orchid. HEX triplet: C2, 52 and FD. RGB value is (194,82,253). Sum of RGB (Red+Green+Blue) = 194+82+253=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #C252FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252FD is #3DAD02. Grayscale: #868686. Windows color (decimal): -4041987 or 16601794. OLE color: 16601794.
HSL color Cylindrical-coordinate representation of color #C252FD: hue angle of 279.3º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C252FD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 82 | 253 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.01 |
| HSL | 279.3º | 0.98% | 0.66% | - |
| HSV(B) | 279.3º | 0.68% | 0.99% | - |
| XYZ | 43 | 24.6 | 95.41 | - |
| YUV | 134.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 253 | 0.23 | 0.68 | 0 | 0.01 | 279.3 | 0.98 | 0.66 |
| Hex | C2 | 52 | FD | 17 | 44 | 0 | 1 | 117 | 62 | 42 |
| Octal | 302 | 122 | 375 | 27 | 104 | 0 | 1 | 427 | 142 | 102 |
| Binary | 11000010 | 1010010 | 11111101 | 10111 | 1000100 | 0 | 1 | 100010111 | 1100010 | 1000010 |
Color Harmonies of #C252FD
Complementary color
Monochromatic Colors of #C252FD
Black with #C252FD
Text Example
Text Example
White with #C252FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252FD; }
p { color: rgb(194,82,253); }
H1.HeaderClassName
{
color: #C252FD;
}
.AnyTagClassName
{
color: #C252FD;
}
</style>
background-color css
<style>
a { background-color: #C252FD; }
a { background-color: rgb(194,82,253); }
div.DivClassName
{
background-color: #C252FD;
}
.BgClassName
{
background-color: #C252FD;
}
</style>
border-color css
<style>
span { border-color: #C252FD; }
span { border-color: rgb(194,82,253); }
td.TdClassName
{
border-color: #C252FD;
}
.TagClassName
{
border-color: #C252FD;
}
</style>