Shades of Medium Orchid #CC3DDB
Tints of Medium Orchid #CC3DDB
RGB
CMYK
RGB Variations
Color information
#CC3DDB (or 0xCC3DDB) is known color: Medium Orchid. HEX triplet: CC, 3D and DB. RGB value is (204,61,219). Sum of RGB (Red+Green+Blue) = 204+61+219=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDB is #33C224. Grayscale: #797979. Windows color (decimal): -3392037 or 14368204. OLE color: 14368204.
HSL color Cylindrical-coordinate representation of color #CC3DDB: hue angle of 294.3º 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 #CC3DDB is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 61 | 219 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.14 |
| HSL | 294.3º | 0.69% | 0.55% | - |
| HSV(B) | 294.3º | 0.72% | 0.86% | - |
| XYZ | 39.36 | 21.29 | 69.05 | - |
| YUV | 121.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 219 | 0.07 | 0.72 | 0 | 0.14 | 294.3 | 0.69 | 0.55 |
| Hex | CC | 3D | DB | 7 | 48 | 0 | E | 126 | 45 | 37 |
| Octal | 314 | 75 | 333 | 7 | 110 | 0 | 16 | 446 | 105 | 67 |
| Binary | 11001100 | 111101 | 11011011 | 111 | 1001000 | 0 | 1110 | 100100110 | 1000101 | 110111 |
Color Harmonies of #CC3DDB
Complementary color
Monochromatic Colors of #CC3DDB
Black with #CC3DDB
Text Example
Text Example
White with #CC3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DDB; }
p { color: rgb(204,61,219); }
H1.HeaderClassName
{
color: #CC3DDB;
}
.AnyTagClassName
{
color: #CC3DDB;
}
</style>
background-color css
<style>
a { background-color: #CC3DDB; }
a { background-color: rgb(204,61,219); }
div.DivClassName
{
background-color: #CC3DDB;
}
.BgClassName
{
background-color: #CC3DDB;
}
</style>
border-color css
<style>
span { border-color: #CC3DDB; }
span { border-color: rgb(204,61,219); }
td.TdClassName
{
border-color: #CC3DDB;
}
.TagClassName
{
border-color: #CC3DDB;
}
</style>