Shades of Medium Orchid #CC44D7
Tints of Medium Orchid #CC44D7
RGB
CMYK
RGB Variations
Color information
#CC44D7 (or 0xCC44D7) is known color: Medium Orchid. HEX triplet: CC, 44 and D7. RGB value is (204,68,215). Sum of RGB (Red+Green+Blue) = 204+68+215=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC44D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44D7 is #33BB28. Grayscale: #7C7C7C. Windows color (decimal): -3390249 or 14107852. OLE color: 14107852.
HSL color Cylindrical-coordinate representation of color #CC44D7: hue angle of 295.51º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC44D7 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 68 | 215 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.16 |
| HSL | 295.51º | 0.65% | 0.55% | - |
| HSV(B) | 295.51º | 0.68% | 0.84% | - |
| XYZ | 39.23 | 21.88 | 66.44 | - |
| YUV | 125.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 215 | 0.05 | 0.68 | 0 | 0.16 | 295.51 | 0.65 | 0.55 |
| Hex | CC | 44 | D7 | 5 | 44 | 0 | 10 | 128 | 41 | 37 |
| Octal | 314 | 104 | 327 | 5 | 104 | 0 | 20 | 450 | 101 | 67 |
| Binary | 11001100 | 1000100 | 11010111 | 101 | 1000100 | 0 | 10000 | 100101000 | 1000001 | 110111 |
Color Harmonies of #CC44D7
Complementary color
Monochromatic Colors of #CC44D7
Black with #CC44D7
Text Example
Text Example
White with #CC44D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44D7; }
p { color: rgb(204,68,215); }
H1.HeaderClassName
{
color: #CC44D7;
}
.AnyTagClassName
{
color: #CC44D7;
}
</style>
background-color css
<style>
a { background-color: #CC44D7; }
a { background-color: rgb(204,68,215); }
div.DivClassName
{
background-color: #CC44D7;
}
.BgClassName
{
background-color: #CC44D7;
}
</style>
border-color css
<style>
span { border-color: #CC44D7; }
span { border-color: rgb(204,68,215); }
td.TdClassName
{
border-color: #CC44D7;
}
.TagClassName
{
border-color: #CC44D7;
}
</style>