Shades of Medium Orchid #CC40DE
Tints of Medium Orchid #CC40DE
RGB
CMYK
RGB Variations
Color information
#CC40DE (or 0xCC40DE) is known color: Medium Orchid. HEX triplet: CC, 40 and DE. RGB value is (204,64,222). Sum of RGB (Red+Green+Blue) = 204+64+222=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC40DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40DE is #33BF21. Grayscale: #7B7B7B. Windows color (decimal): -3391266 or 14565580. OLE color: 14565580.
HSL color Cylindrical-coordinate representation of color #CC40DE: hue angle of 293.16º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC40DE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 64 | 222 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.13 |
| HSL | 293.16º | 0.71% | 0.56% | - |
| HSV(B) | 293.16º | 0.71% | 0.87% | - |
| XYZ | 39.92 | 21.78 | 71.21 | - |
| YUV | 123.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 222 | 0.08 | 0.71 | 0 | 0.13 | 293.16 | 0.71 | 0.56 |
| Hex | CC | 40 | DE | 8 | 47 | 0 | D | 125 | 47 | 38 |
| Octal | 314 | 100 | 336 | 10 | 107 | 0 | 15 | 445 | 107 | 70 |
| Binary | 11001100 | 1000000 | 11011110 | 1000 | 1000111 | 0 | 1101 | 100100101 | 1000111 | 111000 |
Color Harmonies of #CC40DE
Complementary color
Monochromatic Colors of #CC40DE
Black with #CC40DE
Text Example
Text Example
White with #CC40DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40DE; }
p { color: rgb(204,64,222); }
H1.HeaderClassName
{
color: #CC40DE;
}
.AnyTagClassName
{
color: #CC40DE;
}
</style>
background-color css
<style>
a { background-color: #CC40DE; }
a { background-color: rgb(204,64,222); }
div.DivClassName
{
background-color: #CC40DE;
}
.BgClassName
{
background-color: #CC40DE;
}
</style>
border-color css
<style>
span { border-color: #CC40DE; }
span { border-color: rgb(204,64,222); }
td.TdClassName
{
border-color: #CC40DE;
}
.TagClassName
{
border-color: #CC40DE;
}
</style>