Shades of Medium Orchid #CC3BDC
Tints of Medium Orchid #CC3BDC
RGB
CMYK
RGB Variations
Color information
#CC3BDC (or 0xCC3BDC) is known color: Medium Orchid. HEX triplet: CC, 3B and DC. RGB value is (204,59,220). Sum of RGB (Red+Green+Blue) = 204+59+220=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BDC is #33C423. Grayscale: #787878. Windows color (decimal): -3392548 or 14433228. OLE color: 14433228.
HSL color Cylindrical-coordinate representation of color #CC3BDC: hue angle of 294.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3BDC is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 59 | 220 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.14 |
| HSL | 294.04º | 0.7% | 0.55% | - |
| HSV(B) | 294.04º | 0.73% | 0.86% | - |
| XYZ | 39.38 | 21.13 | 69.71 | - |
| YUV | 120.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 220 | 0.07 | 0.73 | 0 | 0.14 | 294.04 | 0.7 | 0.55 |
| Hex | CC | 3B | DC | 7 | 49 | 0 | E | 126 | 46 | 37 |
| Octal | 314 | 73 | 334 | 7 | 111 | 0 | 16 | 446 | 106 | 67 |
| Binary | 11001100 | 111011 | 11011100 | 111 | 1001001 | 0 | 1110 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CC3BDC
Complementary color
Monochromatic Colors of #CC3BDC
Black with #CC3BDC
Text Example
Text Example
White with #CC3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BDC; }
p { color: rgb(204,59,220); }
H1.HeaderClassName
{
color: #CC3BDC;
}
.AnyTagClassName
{
color: #CC3BDC;
}
</style>
background-color css
<style>
a { background-color: #CC3BDC; }
a { background-color: rgb(204,59,220); }
div.DivClassName
{
background-color: #CC3BDC;
}
.BgClassName
{
background-color: #CC3BDC;
}
</style>
border-color css
<style>
span { border-color: #CC3BDC; }
span { border-color: rgb(204,59,220); }
td.TdClassName
{
border-color: #CC3BDC;
}
.TagClassName
{
border-color: #CC3BDC;
}
</style>