Shades of Medium Orchid #CC3CDF
Tints of Medium Orchid #CC3CDF
RGB
CMYK
RGB Variations
Color information
#CC3CDF (or 0xCC3CDF) is known color: Medium Orchid. HEX triplet: CC, 3C and DF. RGB value is (204,60,223). Sum of RGB (Red+Green+Blue) = 204+60+223=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CDF is #33C320. Grayscale: #797979. Windows color (decimal): -3392289 or 14630092. OLE color: 14630092.
HSL color Cylindrical-coordinate representation of color #CC3CDF: hue angle of 293.01º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3CDF is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 60 | 223 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.13 |
| HSL | 293.01º | 0.72% | 0.55% | - |
| HSV(B) | 293.01º | 0.73% | 0.87% | - |
| XYZ | 39.84 | 21.4 | 71.84 | - |
| YUV | 121.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 223 | 0.09 | 0.73 | 0 | 0.13 | 293.01 | 0.72 | 0.55 |
| Hex | CC | 3C | DF | 9 | 49 | 0 | D | 125 | 48 | 37 |
| Octal | 314 | 74 | 337 | 11 | 111 | 0 | 15 | 445 | 110 | 67 |
| Binary | 11001100 | 111100 | 11011111 | 1001 | 1001001 | 0 | 1101 | 100100101 | 1001000 | 110111 |
Color Harmonies of #CC3CDF
Complementary color
Monochromatic Colors of #CC3CDF
Black with #CC3CDF
Text Example
Text Example
White with #CC3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CDF; }
p { color: rgb(204,60,223); }
H1.HeaderClassName
{
color: #CC3CDF;
}
.AnyTagClassName
{
color: #CC3CDF;
}
</style>
background-color css
<style>
a { background-color: #CC3CDF; }
a { background-color: rgb(204,60,223); }
div.DivClassName
{
background-color: #CC3CDF;
}
.BgClassName
{
background-color: #CC3CDF;
}
</style>
border-color css
<style>
span { border-color: #CC3CDF; }
span { border-color: rgb(204,60,223); }
td.TdClassName
{
border-color: #CC3CDF;
}
.TagClassName
{
border-color: #CC3CDF;
}
</style>