Shades of Medium Orchid #CC3ADB
Tints of Medium Orchid #CC3ADB
RGB
CMYK
RGB Variations
Color information
#CC3ADB (or 0xCC3ADB) is known color: Medium Orchid. HEX triplet: CC, 3A and DB. RGB value is (204,58,219). Sum of RGB (Red+Green+Blue) = 204+58+219=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ADB is #33C524. Grayscale: #777777. Windows color (decimal): -3392805 or 14367436. OLE color: 14367436.
HSL color Cylindrical-coordinate representation of color #CC3ADB: hue angle of 294.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3ADB is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 58 | 219 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.14 |
| HSL | 294.41º | 0.69% | 0.54% | - |
| HSV(B) | 294.41º | 0.74% | 0.86% | - |
| XYZ | 39.2 | 20.98 | 69 | - |
| YUV | 120.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 219 | 0.07 | 0.74 | 0 | 0.14 | 294.41 | 0.69 | 0.54 |
| Hex | CC | 3A | DB | 7 | 4A | 0 | E | 126 | 45 | 36 |
| Octal | 314 | 72 | 333 | 7 | 112 | 0 | 16 | 446 | 105 | 66 |
| Binary | 11001100 | 111010 | 11011011 | 111 | 1001010 | 0 | 1110 | 100100110 | 1000101 | 110110 |
Color Harmonies of #CC3ADB
Complementary color
Monochromatic Colors of #CC3ADB
Black with #CC3ADB
Text Example
Text Example
White with #CC3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3ADB; }
p { color: rgb(204,58,219); }
H1.HeaderClassName
{
color: #CC3ADB;
}
.AnyTagClassName
{
color: #CC3ADB;
}
</style>
background-color css
<style>
a { background-color: #CC3ADB; }
a { background-color: rgb(204,58,219); }
div.DivClassName
{
background-color: #CC3ADB;
}
.BgClassName
{
background-color: #CC3ADB;
}
</style>
border-color css
<style>
span { border-color: #CC3ADB; }
span { border-color: rgb(204,58,219); }
td.TdClassName
{
border-color: #CC3ADB;
}
.TagClassName
{
border-color: #CC3ADB;
}
</style>