Shades of Medium Orchid #C252DE
Tints of Medium Orchid #C252DE
RGB
CMYK
RGB Variations
Color information
#C252DE (or 0xC252DE) is known color: Medium Orchid. HEX triplet: C2, 52 and DE. RGB value is (194,82,222). Sum of RGB (Red+Green+Blue) = 194+82+222=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #C252DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252DE is #3DAD21. Grayscale: #838383. Windows color (decimal): -4042018 or 14570178. OLE color: 14570178.
HSL color Cylindrical-coordinate representation of color #C252DE: hue angle of 288º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C252DE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 82 | 222 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.13 |
| HSL | 288º | 0.68% | 0.6% | - |
| HSV(B) | 288º | 0.63% | 0.87% | - |
| XYZ | 38.45 | 22.78 | 71.48 | - |
| YUV | 131.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 222 | 0.13 | 0.63 | 0 | 0.13 | 288 | 0.68 | 0.6 |
| Hex | C2 | 52 | DE | D | 3F | 0 | D | 120 | 44 | 3C |
| Octal | 302 | 122 | 336 | 15 | 77 | 0 | 15 | 440 | 104 | 74 |
| Binary | 11000010 | 1010010 | 11011110 | 1101 | 111111 | 0 | 1101 | 100100000 | 1000100 | 111100 |
Color Harmonies of #C252DE
Complementary color
Monochromatic Colors of #C252DE
Black with #C252DE
Text Example
Text Example
White with #C252DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252DE; }
p { color: rgb(194,82,222); }
H1.HeaderClassName
{
color: #C252DE;
}
.AnyTagClassName
{
color: #C252DE;
}
</style>
background-color css
<style>
a { background-color: #C252DE; }
a { background-color: rgb(194,82,222); }
div.DivClassName
{
background-color: #C252DE;
}
.BgClassName
{
background-color: #C252DE;
}
</style>
border-color css
<style>
span { border-color: #C252DE; }
span { border-color: rgb(194,82,222); }
td.TdClassName
{
border-color: #C252DE;
}
.TagClassName
{
border-color: #C252DE;
}
</style>