Shades of Medium Orchid #CC5DEA
Tints of Medium Orchid #CC5DEA
RGB
CMYK
RGB Variations
Color information
#CC5DEA (or 0xCC5DEA) is known color: Medium Orchid. HEX triplet: CC, 5D and EA. RGB value is (204,93,234). Sum of RGB (Red+Green+Blue) = 204+93+234=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DEA is #33A215. Grayscale: #8D8D8D. Windows color (decimal): -3383830 or 15359436. OLE color: 15359436.
HSL color Cylindrical-coordinate representation of color #CC5DEA: hue angle of 287.23º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5DEA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 93 | 234 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.08 |
| HSL | 287.23º | 0.77% | 0.64% | - |
| HSV(B) | 287.23º | 0.6% | 0.92% | - |
| XYZ | 43.67 | 26.61 | 80.68 | - |
| YUV | 142.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 234 | 0.13 | 0.60 | 0 | 0.08 | 287.23 | 0.77 | 0.64 |
| Hex | CC | 5D | EA | D | 3C | 0 | 8 | 11F | 4D | 40 |
| Octal | 314 | 135 | 352 | 15 | 74 | 0 | 10 | 437 | 115 | 100 |
| Binary | 11001100 | 1011101 | 11101010 | 1101 | 111100 | 0 | 1000 | 100011111 | 1001101 | 1000000 |
Color Harmonies of #CC5DEA
Complementary color
Monochromatic Colors of #CC5DEA
Black with #CC5DEA
Text Example
Text Example
White with #CC5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DEA; }
p { color: rgb(204,93,234); }
H1.HeaderClassName
{
color: #CC5DEA;
}
.AnyTagClassName
{
color: #CC5DEA;
}
</style>
background-color css
<style>
a { background-color: #CC5DEA; }
a { background-color: rgb(204,93,234); }
div.DivClassName
{
background-color: #CC5DEA;
}
.BgClassName
{
background-color: #CC5DEA;
}
</style>
border-color css
<style>
span { border-color: #CC5DEA; }
span { border-color: rgb(204,93,234); }
td.TdClassName
{
border-color: #CC5DEA;
}
.TagClassName
{
border-color: #CC5DEA;
}
</style>