Shades of Medium Orchid #CC3DDE
Tints of Medium Orchid #CC3DDE
RGB
CMYK
RGB Variations
Color information
#CC3DDE (or 0xCC3DDE) is known color: Medium Orchid. HEX triplet: CC, 3D and DE. RGB value is (204,61,222). Sum of RGB (Red+Green+Blue) = 204+61+222=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC3DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDE is #33C221. Grayscale: #797979. Windows color (decimal): -3392034 or 14564812. OLE color: 14564812.
HSL color Cylindrical-coordinate representation of color #CC3DDE: hue angle of 293.29º degrees, saturation: 0.71, 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 #CC3DDE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 61 | 222 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.13 |
| HSL | 293.29º | 0.71% | 0.55% | - |
| HSV(B) | 293.29º | 0.73% | 0.87% | - |
| XYZ | 39.76 | 21.45 | 71.15 | - |
| YUV | 122.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 222 | 0.08 | 0.73 | 0 | 0.13 | 293.29 | 0.71 | 0.55 |
| Hex | CC | 3D | DE | 8 | 49 | 0 | D | 125 | 47 | 37 |
| Octal | 314 | 75 | 336 | 10 | 111 | 0 | 15 | 445 | 107 | 67 |
| Binary | 11001100 | 111101 | 11011110 | 1000 | 1001001 | 0 | 1101 | 100100101 | 1000111 | 110111 |
Color Harmonies of #CC3DDE
Complementary color
Monochromatic Colors of #CC3DDE
Black with #CC3DDE
Text Example
Text Example
White with #CC3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DDE; }
p { color: rgb(204,61,222); }
H1.HeaderClassName
{
color: #CC3DDE;
}
.AnyTagClassName
{
color: #CC3DDE;
}
</style>
background-color css
<style>
a { background-color: #CC3DDE; }
a { background-color: rgb(204,61,222); }
div.DivClassName
{
background-color: #CC3DDE;
}
.BgClassName
{
background-color: #CC3DDE;
}
</style>
border-color css
<style>
span { border-color: #CC3DDE; }
span { border-color: rgb(204,61,222); }
td.TdClassName
{
border-color: #CC3DDE;
}
.TagClassName
{
border-color: #CC3DDE;
}
</style>