Shades of Medium Orchid #CC3BDB
Tints of Medium Orchid #CC3BDB
RGB
CMYK
RGB Variations
Color information
#CC3BDB (or 0xCC3BDB) is known color: Medium Orchid. HEX triplet: CC, 3B and DB. RGB value is (204,59,219). Sum of RGB (Red+Green+Blue) = 204+59+219=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BDB is #33C424. Grayscale: #787878. Windows color (decimal): -3392549 or 14367692. OLE color: 14367692.
HSL color Cylindrical-coordinate representation of color #CC3BDB: hue angle of 294.38º degrees, saturation: 0.69, 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 #CC3BDB is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 59 | 219 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.14 |
| HSL | 294.38º | 0.69% | 0.55% | - |
| HSV(B) | 294.38º | 0.73% | 0.86% | - |
| XYZ | 39.25 | 21.08 | 69.02 | - |
| YUV | 120.6 | 183.54 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 219 | 0.07 | 0.73 | 0 | 0.14 | 294.38 | 0.69 | 0.55 |
| Hex | CC | 3B | DB | 7 | 49 | 0 | E | 126 | 45 | 37 |
| Octal | 314 | 73 | 333 | 7 | 111 | 0 | 16 | 446 | 105 | 67 |
| Binary | 11001100 | 111011 | 11011011 | 111 | 1001001 | 0 | 1110 | 100100110 | 1000101 | 110111 |
Color Harmonies of #CC3BDB
Complementary color
Monochromatic Colors of #CC3BDB
Black with #CC3BDB
Text Example
Text Example
White with #CC3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BDB; }
p { color: rgb(204,59,219); }
H1.HeaderClassName
{
color: #CC3BDB;
}
.AnyTagClassName
{
color: #CC3BDB;
}
</style>
background-color css
<style>
a { background-color: #CC3BDB; }
a { background-color: rgb(204,59,219); }
div.DivClassName
{
background-color: #CC3BDB;
}
.BgClassName
{
background-color: #CC3BDB;
}
</style>
border-color css
<style>
span { border-color: #CC3BDB; }
span { border-color: rgb(204,59,219); }
td.TdClassName
{
border-color: #CC3BDB;
}
.TagClassName
{
border-color: #CC3BDB;
}
</style>