Shades of Medium Orchid #CC3CDD
Tints of Medium Orchid #CC3CDD
RGB
CMYK
RGB Variations
Color information
#CC3CDD (or 0xCC3CDD) is known color: Medium Orchid. HEX triplet: CC, 3C and DD. RGB value is (204,60,221). Sum of RGB (Red+Green+Blue) = 204+60+221=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CDD is #33C322. Grayscale: #787878. Windows color (decimal): -3392291 or 14499020. OLE color: 14499020.
HSL color Cylindrical-coordinate representation of color #CC3CDD: hue angle of 293.66º degrees, saturation: 0.7, 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 #CC3CDD is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 60 | 221 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.13 |
| HSL | 293.66º | 0.7% | 0.55% | - |
| HSV(B) | 293.66º | 0.73% | 0.87% | - |
| XYZ | 39.57 | 21.29 | 70.43 | - |
| YUV | 121.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 221 | 0.08 | 0.73 | 0 | 0.13 | 293.66 | 0.7 | 0.55 |
| Hex | CC | 3C | DD | 8 | 49 | 0 | D | 126 | 46 | 37 |
| Octal | 314 | 74 | 335 | 10 | 111 | 0 | 15 | 446 | 106 | 67 |
| Binary | 11001100 | 111100 | 11011101 | 1000 | 1001001 | 0 | 1101 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CC3CDD
Complementary color
Monochromatic Colors of #CC3CDD
Black with #CC3CDD
Text Example
Text Example
White with #CC3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CDD; }
p { color: rgb(204,60,221); }
H1.HeaderClassName
{
color: #CC3CDD;
}
.AnyTagClassName
{
color: #CC3CDD;
}
</style>
background-color css
<style>
a { background-color: #CC3CDD; }
a { background-color: rgb(204,60,221); }
div.DivClassName
{
background-color: #CC3CDD;
}
.BgClassName
{
background-color: #CC3CDD;
}
</style>
border-color css
<style>
span { border-color: #CC3CDD; }
span { border-color: rgb(204,60,221); }
td.TdClassName
{
border-color: #CC3CDD;
}
.TagClassName
{
border-color: #CC3CDD;
}
</style>