Shades of Medium Orchid #CC4BDA
Tints of Medium Orchid #CC4BDA
RGB
CMYK
RGB Variations
Color information
#CC4BDA (or 0xCC4BDA) is known color: Medium Orchid. HEX triplet: CC, 4B and DA. RGB value is (204,75,218). Sum of RGB (Red+Green+Blue) = 204+75+218=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BDA is #33B425. Grayscale: #818181. Windows color (decimal): -3388454 or 14306252. OLE color: 14306252.
HSL color Cylindrical-coordinate representation of color #CC4BDA: hue angle of 294.13º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4BDA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 75 | 218 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.15 |
| HSL | 294.13º | 0.66% | 0.57% | - |
| HSV(B) | 294.13º | 0.66% | 0.85% | - |
| XYZ | 40.07 | 22.93 | 68.64 | - |
| YUV | 129.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 218 | 0.06 | 0.66 | 0 | 0.15 | 294.13 | 0.66 | 0.57 |
| Hex | CC | 4B | DA | 6 | 42 | 0 | F | 126 | 42 | 39 |
| Octal | 314 | 113 | 332 | 6 | 102 | 0 | 17 | 446 | 102 | 71 |
| Binary | 11001100 | 1001011 | 11011010 | 110 | 1000010 | 0 | 1111 | 100100110 | 1000010 | 111001 |
Color Harmonies of #CC4BDA
Complementary color
Monochromatic Colors of #CC4BDA
Black with #CC4BDA
Text Example
Text Example
White with #CC4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BDA; }
p { color: rgb(204,75,218); }
H1.HeaderClassName
{
color: #CC4BDA;
}
.AnyTagClassName
{
color: #CC4BDA;
}
</style>
background-color css
<style>
a { background-color: #CC4BDA; }
a { background-color: rgb(204,75,218); }
div.DivClassName
{
background-color: #CC4BDA;
}
.BgClassName
{
background-color: #CC4BDA;
}
</style>
border-color css
<style>
span { border-color: #CC4BDA; }
span { border-color: rgb(204,75,218); }
td.TdClassName
{
border-color: #CC4BDA;
}
.TagClassName
{
border-color: #CC4BDA;
}
</style>