Shades of Medium Orchid #CC56EF
Tints of Medium Orchid #CC56EF
RGB
CMYK
RGB Variations
Color information
#CC56EF (or 0xCC56EF) is known color: Medium Orchid. HEX triplet: CC, 56 and EF. RGB value is (204,86,239). Sum of RGB (Red+Green+Blue) = 204+86+239=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC56EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56EF is #33A910. Grayscale: #8A8A8A. Windows color (decimal): -3385617 or 15685324. OLE color: 15685324.
HSL color Cylindrical-coordinate representation of color #CC56EF: hue angle of 286.27º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC56EF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 86 | 239 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.06 |
| HSL | 286.27º | 0.83% | 0.64% | - |
| HSV(B) | 286.27º | 0.64% | 0.94% | - |
| XYZ | 43.81 | 25.72 | 84.32 | - |
| YUV | 138.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 239 | 0.15 | 0.64 | 0 | 0.06 | 286.27 | 0.83 | 0.64 |
| Hex | CC | 56 | EF | F | 40 | 0 | 6 | 11E | 53 | 40 |
| Octal | 314 | 126 | 357 | 17 | 100 | 0 | 6 | 436 | 123 | 100 |
| Binary | 11001100 | 1010110 | 11101111 | 1111 | 1000000 | 0 | 110 | 100011110 | 1010011 | 1000000 |
Color Harmonies of #CC56EF
Complementary color
Monochromatic Colors of #CC56EF
Black with #CC56EF
Text Example
Text Example
White with #CC56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56EF; }
p { color: rgb(204,86,239); }
H1.HeaderClassName
{
color: #CC56EF;
}
.AnyTagClassName
{
color: #CC56EF;
}
</style>
background-color css
<style>
a { background-color: #CC56EF; }
a { background-color: rgb(204,86,239); }
div.DivClassName
{
background-color: #CC56EF;
}
.BgClassName
{
background-color: #CC56EF;
}
</style>
border-color css
<style>
span { border-color: #CC56EF; }
span { border-color: rgb(204,86,239); }
td.TdClassName
{
border-color: #CC56EF;
}
.TagClassName
{
border-color: #CC56EF;
}
</style>