Shades of Medium Orchid #CC4CDE
Tints of Medium Orchid #CC4CDE
RGB
CMYK
RGB Variations
Color information
#CC4CDE (or 0xCC4CDE) is known color: Medium Orchid. HEX triplet: CC, 4C and DE. RGB value is (204,76,222). Sum of RGB (Red+Green+Blue) = 204+76+222=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CDE is #33B321. Grayscale: #828282. Windows color (decimal): -3388194 or 14568652. OLE color: 14568652.
HSL color Cylindrical-coordinate representation of color #CC4CDE: hue angle of 292.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4CDE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 76 | 222 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.13 |
| HSL | 292.6º | 0.69% | 0.58% | - |
| HSV(B) | 292.6º | 0.66% | 0.87% | - |
| XYZ | 40.67 | 23.28 | 71.46 | - |
| YUV | 130.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 222 | 0.08 | 0.66 | 0 | 0.13 | 292.6 | 0.69 | 0.58 |
| Hex | CC | 4C | DE | 8 | 42 | 0 | D | 125 | 45 | 3A |
| Octal | 314 | 114 | 336 | 10 | 102 | 0 | 15 | 445 | 105 | 72 |
| Binary | 11001100 | 1001100 | 11011110 | 1000 | 1000010 | 0 | 1101 | 100100101 | 1000101 | 111010 |
Color Harmonies of #CC4CDE
Complementary color
Monochromatic Colors of #CC4CDE
Black with #CC4CDE
Text Example
Text Example
White with #CC4CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CDE; }
p { color: rgb(204,76,222); }
H1.HeaderClassName
{
color: #CC4CDE;
}
.AnyTagClassName
{
color: #CC4CDE;
}
</style>
background-color css
<style>
a { background-color: #CC4CDE; }
a { background-color: rgb(204,76,222); }
div.DivClassName
{
background-color: #CC4CDE;
}
.BgClassName
{
background-color: #CC4CDE;
}
</style>
border-color css
<style>
span { border-color: #CC4CDE; }
span { border-color: rgb(204,76,222); }
td.TdClassName
{
border-color: #CC4CDE;
}
.TagClassName
{
border-color: #CC4CDE;
}
</style>