Shades of Medium Orchid #CC3DDC
Tints of Medium Orchid #CC3DDC
RGB
CMYK
RGB Variations
Color information
#CC3DDC (or 0xCC3DDC) is known color: Medium Orchid. HEX triplet: CC, 3D and DC. RGB value is (204,61,220). Sum of RGB (Red+Green+Blue) = 204+61+220=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC3DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDC is #33C223. Grayscale: #797979. Windows color (decimal): -3392036 or 14433740. OLE color: 14433740.
HSL color Cylindrical-coordinate representation of color #CC3DDC: hue angle of 293.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3DDC is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 61 | 220 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.14 |
| HSL | 293.96º | 0.69% | 0.55% | - |
| HSV(B) | 293.96º | 0.72% | 0.86% | - |
| XYZ | 39.49 | 21.34 | 69.75 | - |
| YUV | 121.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 220 | 0.07 | 0.72 | 0 | 0.14 | 293.96 | 0.69 | 0.55 |
| Hex | CC | 3D | DC | 7 | 48 | 0 | E | 126 | 45 | 37 |
| Octal | 314 | 75 | 334 | 7 | 110 | 0 | 16 | 446 | 105 | 67 |
| Binary | 11001100 | 111101 | 11011100 | 111 | 1001000 | 0 | 1110 | 100100110 | 1000101 | 110111 |
Color Harmonies of #CC3DDC
Complementary color
Monochromatic Colors of #CC3DDC
Black with #CC3DDC
Text Example
Text Example
White with #CC3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DDC; }
p { color: rgb(204,61,220); }
H1.HeaderClassName
{
color: #CC3DDC;
}
.AnyTagClassName
{
color: #CC3DDC;
}
</style>
background-color css
<style>
a { background-color: #CC3DDC; }
a { background-color: rgb(204,61,220); }
div.DivClassName
{
background-color: #CC3DDC;
}
.BgClassName
{
background-color: #CC3DDC;
}
</style>
border-color css
<style>
span { border-color: #CC3DDC; }
span { border-color: rgb(204,61,220); }
td.TdClassName
{
border-color: #CC3DDC;
}
.TagClassName
{
border-color: #CC3DDC;
}
</style>