Shades of Medium Orchid #CC3AD7
Tints of Medium Orchid #CC3AD7
RGB
CMYK
RGB Variations
Color information
#CC3AD7 (or 0xCC3AD7) is known color: Medium Orchid. HEX triplet: CC, 3A and D7. RGB value is (204,58,215). Sum of RGB (Red+Green+Blue) = 204+58+215=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC3AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AD7 is #33C528. Grayscale: #777777. Windows color (decimal): -3392809 or 14105292. OLE color: 14105292.
HSL color Cylindrical-coordinate representation of color #CC3AD7: hue angle of 295.8º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3AD7 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 58 | 215 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.16 |
| HSL | 295.8º | 0.66% | 0.54% | - |
| HSV(B) | 295.8º | 0.73% | 0.84% | - |
| XYZ | 38.68 | 20.77 | 66.26 | - |
| YUV | 119.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 215 | 0.05 | 0.73 | 0 | 0.16 | 295.8 | 0.66 | 0.54 |
| Hex | CC | 3A | D7 | 5 | 49 | 0 | 10 | 128 | 42 | 36 |
| Octal | 314 | 72 | 327 | 5 | 111 | 0 | 20 | 450 | 102 | 66 |
| Binary | 11001100 | 111010 | 11010111 | 101 | 1001001 | 0 | 10000 | 100101000 | 1000010 | 110110 |
Color Harmonies of #CC3AD7
Complementary color
Monochromatic Colors of #CC3AD7
Black with #CC3AD7
Text Example
Text Example
White with #CC3AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AD7; }
p { color: rgb(204,58,215); }
H1.HeaderClassName
{
color: #CC3AD7;
}
.AnyTagClassName
{
color: #CC3AD7;
}
</style>
background-color css
<style>
a { background-color: #CC3AD7; }
a { background-color: rgb(204,58,215); }
div.DivClassName
{
background-color: #CC3AD7;
}
.BgClassName
{
background-color: #CC3AD7;
}
</style>
border-color css
<style>
span { border-color: #CC3AD7; }
span { border-color: rgb(204,58,215); }
td.TdClassName
{
border-color: #CC3AD7;
}
.TagClassName
{
border-color: #CC3AD7;
}
</style>