Shades of Medium Orchid #CC3DDD
Tints of Medium Orchid #CC3DDD
RGB
CMYK
RGB Variations
Color information
#CC3DDD (or 0xCC3DDD) is known color: Medium Orchid. HEX triplet: CC, 3D and DD. RGB value is (204,61,221). Sum of RGB (Red+Green+Blue) = 204+61+221=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDD is #33C222. Grayscale: #797979. Windows color (decimal): -3392035 or 14499276. OLE color: 14499276.
HSL color Cylindrical-coordinate representation of color #CC3DDD: hue angle of 293.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3DDD is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 61 | 221 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.13 |
| HSL | 293.63º | 0.7% | 0.55% | - |
| HSV(B) | 293.63º | 0.72% | 0.87% | - |
| XYZ | 39.62 | 21.4 | 70.45 | - |
| YUV | 122 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 221 | 0.08 | 0.72 | 0 | 0.13 | 293.63 | 0.7 | 0.55 |
| Hex | CC | 3D | DD | 8 | 48 | 0 | D | 126 | 46 | 37 |
| Octal | 314 | 75 | 335 | 10 | 110 | 0 | 15 | 446 | 106 | 67 |
| Binary | 11001100 | 111101 | 11011101 | 1000 | 1001000 | 0 | 1101 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CC3DDD
Complementary color
Monochromatic Colors of #CC3DDD
Black with #CC3DDD
Text Example
Text Example
White with #CC3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DDD; }
p { color: rgb(204,61,221); }
H1.HeaderClassName
{
color: #CC3DDD;
}
.AnyTagClassName
{
color: #CC3DDD;
}
</style>
background-color css
<style>
a { background-color: #CC3DDD; }
a { background-color: rgb(204,61,221); }
div.DivClassName
{
background-color: #CC3DDD;
}
.BgClassName
{
background-color: #CC3DDD;
}
</style>
border-color css
<style>
span { border-color: #CC3DDD; }
span { border-color: rgb(204,61,221); }
td.TdClassName
{
border-color: #CC3DDD;
}
.TagClassName
{
border-color: #CC3DDD;
}
</style>