Shades of Medium Orchid #CC43DD
Tints of Medium Orchid #CC43DD
RGB
CMYK
RGB Variations
Color information
#CC43DD (or 0xCC43DD) is known color: Medium Orchid. HEX triplet: CC, 43 and DD. RGB value is (204,67,221). Sum of RGB (Red+Green+Blue) = 204+67+221=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43DD is #33BC22. Grayscale: #7D7D7D. Windows color (decimal): -3390499 or 14500812. OLE color: 14500812.
HSL color Cylindrical-coordinate representation of color #CC43DD: hue angle of 293.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC43DD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 67 | 221 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.13 |
| HSL | 293.38º | 0.69% | 0.56% | - |
| HSV(B) | 293.38º | 0.7% | 0.87% | - |
| XYZ | 39.96 | 22.07 | 70.56 | - |
| YUV | 125.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 221 | 0.08 | 0.70 | 0 | 0.13 | 293.38 | 0.69 | 0.56 |
| Hex | CC | 43 | DD | 8 | 46 | 0 | D | 125 | 45 | 38 |
| Octal | 314 | 103 | 335 | 10 | 106 | 0 | 15 | 445 | 105 | 70 |
| Binary | 11001100 | 1000011 | 11011101 | 1000 | 1000110 | 0 | 1101 | 100100101 | 1000101 | 111000 |
Color Harmonies of #CC43DD
Complementary color
Monochromatic Colors of #CC43DD
Black with #CC43DD
Text Example
Text Example
White with #CC43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43DD; }
p { color: rgb(204,67,221); }
H1.HeaderClassName
{
color: #CC43DD;
}
.AnyTagClassName
{
color: #CC43DD;
}
</style>
background-color css
<style>
a { background-color: #CC43DD; }
a { background-color: rgb(204,67,221); }
div.DivClassName
{
background-color: #CC43DD;
}
.BgClassName
{
background-color: #CC43DD;
}
</style>
border-color css
<style>
span { border-color: #CC43DD; }
span { border-color: rgb(204,67,221); }
td.TdClassName
{
border-color: #CC43DD;
}
.TagClassName
{
border-color: #CC43DD;
}
</style>