Shades of Medium Orchid #CC40D5
Tints of Medium Orchid #CC40D5
RGB
CMYK
RGB Variations
Color information
#CC40D5 (or 0xCC40D5) is known color: Medium Orchid. HEX triplet: CC, 40 and D5. RGB value is (204,64,213). Sum of RGB (Red+Green+Blue) = 204+64+213=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC40D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40D5 is #33BF2A. Grayscale: #7A7A7A. Windows color (decimal): -3391275 or 13975756. OLE color: 13975756.
HSL color Cylindrical-coordinate representation of color #CC40D5: hue angle of 296.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC40D5 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 64 | 213 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.16 |
| HSL | 296.38º | 0.64% | 0.54% | - |
| HSV(B) | 296.38º | 0.7% | 0.84% | - |
| XYZ | 38.75 | 21.31 | 65.02 | - |
| YUV | 122.85 | 178.88 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 213 | 0.04 | 0.70 | 0 | 0.16 | 296.38 | 0.64 | 0.54 |
| Hex | CC | 40 | D5 | 4 | 46 | 0 | 10 | 128 | 40 | 36 |
| Octal | 314 | 100 | 325 | 4 | 106 | 0 | 20 | 450 | 100 | 66 |
| Binary | 11001100 | 1000000 | 11010101 | 100 | 1000110 | 0 | 10000 | 100101000 | 1000000 | 110110 |
Color Harmonies of #CC40D5
Complementary color
Monochromatic Colors of #CC40D5
Black with #CC40D5
Text Example
Text Example
White with #CC40D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40D5; }
p { color: rgb(204,64,213); }
H1.HeaderClassName
{
color: #CC40D5;
}
.AnyTagClassName
{
color: #CC40D5;
}
</style>
background-color css
<style>
a { background-color: #CC40D5; }
a { background-color: rgb(204,64,213); }
div.DivClassName
{
background-color: #CC40D5;
}
.BgClassName
{
background-color: #CC40D5;
}
</style>
border-color css
<style>
span { border-color: #CC40D5; }
span { border-color: rgb(204,64,213); }
td.TdClassName
{
border-color: #CC40D5;
}
.TagClassName
{
border-color: #CC40D5;
}
</style>