Shades of Medium Orchid #CC3ADC
Tints of Medium Orchid #CC3ADC
RGB
CMYK
RGB Variations
Color information
#CC3ADC (or 0xCC3ADC) is known color: Medium Orchid. HEX triplet: CC, 3A and DC. RGB value is (204,58,220). Sum of RGB (Red+Green+Blue) = 204+58+220=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ADC is #33C523. Grayscale: #777777. Windows color (decimal): -3392804 or 14432972. OLE color: 14432972.
HSL color Cylindrical-coordinate representation of color #CC3ADC: hue angle of 294.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3ADC is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 58 | 220 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.14 |
| HSL | 294.07º | 0.7% | 0.55% | - |
| HSV(B) | 294.07º | 0.74% | 0.86% | - |
| XYZ | 39.33 | 21.03 | 69.7 | - |
| YUV | 120.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 220 | 0.07 | 0.74 | 0 | 0.14 | 294.07 | 0.7 | 0.55 |
| Hex | CC | 3A | DC | 7 | 4A | 0 | E | 126 | 46 | 37 |
| Octal | 314 | 72 | 334 | 7 | 112 | 0 | 16 | 446 | 106 | 67 |
| Binary | 11001100 | 111010 | 11011100 | 111 | 1001010 | 0 | 1110 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CC3ADC
Complementary color
Monochromatic Colors of #CC3ADC
Black with #CC3ADC
Text Example
Text Example
White with #CC3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3ADC; }
p { color: rgb(204,58,220); }
H1.HeaderClassName
{
color: #CC3ADC;
}
.AnyTagClassName
{
color: #CC3ADC;
}
</style>
background-color css
<style>
a { background-color: #CC3ADC; }
a { background-color: rgb(204,58,220); }
div.DivClassName
{
background-color: #CC3ADC;
}
.BgClassName
{
background-color: #CC3ADC;
}
</style>
border-color css
<style>
span { border-color: #CC3ADC; }
span { border-color: rgb(204,58,220); }
td.TdClassName
{
border-color: #CC3ADC;
}
.TagClassName
{
border-color: #CC3ADC;
}
</style>