Shades of Medium Orchid #CC55DC
Tints of Medium Orchid #CC55DC
RGB
CMYK
RGB Variations
Color information
#CC55DC (or 0xCC55DC) is known color: Medium Orchid. HEX triplet: CC, 55 and DC. RGB value is (204,85,220). Sum of RGB (Red+Green+Blue) = 204+85+220=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55DC is #33AA23. Grayscale: #878787. Windows color (decimal): -3385892 or 14439884. OLE color: 14439884.
HSL color Cylindrical-coordinate representation of color #CC55DC: hue angle of 292.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC55DC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 85 | 220 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.14 |
| HSL | 292.89º | 0.66% | 0.6% | - |
| HSV(B) | 292.89º | 0.61% | 0.86% | - |
| XYZ | 41.07 | 24.5 | 70.27 | - |
| YUV | 135.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 220 | 0.07 | 0.61 | 0 | 0.14 | 292.89 | 0.66 | 0.6 |
| Hex | CC | 55 | DC | 7 | 3D | 0 | E | 125 | 42 | 3C |
| Octal | 314 | 125 | 334 | 7 | 75 | 0 | 16 | 445 | 102 | 74 |
| Binary | 11001100 | 1010101 | 11011100 | 111 | 111101 | 0 | 1110 | 100100101 | 1000010 | 111100 |
Color Harmonies of #CC55DC
Complementary color
Monochromatic Colors of #CC55DC
Black with #CC55DC
Text Example
Text Example
White with #CC55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55DC; }
p { color: rgb(204,85,220); }
H1.HeaderClassName
{
color: #CC55DC;
}
.AnyTagClassName
{
color: #CC55DC;
}
</style>
background-color css
<style>
a { background-color: #CC55DC; }
a { background-color: rgb(204,85,220); }
div.DivClassName
{
background-color: #CC55DC;
}
.BgClassName
{
background-color: #CC55DC;
}
</style>
border-color css
<style>
span { border-color: #CC55DC; }
span { border-color: rgb(204,85,220); }
td.TdClassName
{
border-color: #CC55DC;
}
.TagClassName
{
border-color: #CC55DC;
}
</style>