Shades of Medium Orchid #CC3BDA
Tints of Medium Orchid #CC3BDA
RGB
CMYK
RGB Variations
Color information
#CC3BDA (or 0xCC3BDA) is known color: Medium Orchid. HEX triplet: CC, 3B and DA. RGB value is (204,59,218). Sum of RGB (Red+Green+Blue) = 204+59+218=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BDA is #33C425. Grayscale: #777777. Windows color (decimal): -3392550 or 14302156. OLE color: 14302156.
HSL color Cylindrical-coordinate representation of color #CC3BDA: hue angle of 294.72º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3BDA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 59 | 218 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.15 |
| HSL | 294.72º | 0.68% | 0.54% | - |
| HSV(B) | 294.72º | 0.73% | 0.85% | - |
| XYZ | 39.12 | 21.03 | 68.33 | - |
| YUV | 120.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 218 | 0.06 | 0.73 | 0 | 0.15 | 294.72 | 0.68 | 0.54 |
| Hex | CC | 3B | DA | 6 | 49 | 0 | F | 127 | 44 | 36 |
| Octal | 314 | 73 | 332 | 6 | 111 | 0 | 17 | 447 | 104 | 66 |
| Binary | 11001100 | 111011 | 11011010 | 110 | 1001001 | 0 | 1111 | 100100111 | 1000100 | 110110 |
Color Harmonies of #CC3BDA
Complementary color
Monochromatic Colors of #CC3BDA
Black with #CC3BDA
Text Example
Text Example
White with #CC3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BDA; }
p { color: rgb(204,59,218); }
H1.HeaderClassName
{
color: #CC3BDA;
}
.AnyTagClassName
{
color: #CC3BDA;
}
</style>
background-color css
<style>
a { background-color: #CC3BDA; }
a { background-color: rgb(204,59,218); }
div.DivClassName
{
background-color: #CC3BDA;
}
.BgClassName
{
background-color: #CC3BDA;
}
</style>
border-color css
<style>
span { border-color: #CC3BDA; }
span { border-color: rgb(204,59,218); }
td.TdClassName
{
border-color: #CC3BDA;
}
.TagClassName
{
border-color: #CC3BDA;
}
</style>