Shades of Medium Orchid #CC4CDA
Tints of Medium Orchid #CC4CDA
RGB
CMYK
RGB Variations
Color information
#CC4CDA (or 0xCC4CDA) is known color: Medium Orchid. HEX triplet: CC, 4C and DA. RGB value is (204,76,218). Sum of RGB (Red+Green+Blue) = 204+76+218=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CDA is #33B325. Grayscale: #828282. Windows color (decimal): -3388198 or 14306508. OLE color: 14306508.
HSL color Cylindrical-coordinate representation of color #CC4CDA: hue angle of 294.08º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4CDA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 76 | 218 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.15 |
| HSL | 294.08º | 0.66% | 0.58% | - |
| HSV(B) | 294.08º | 0.65% | 0.85% | - |
| XYZ | 40.14 | 23.07 | 68.67 | - |
| YUV | 130.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 218 | 0.06 | 0.65 | 0 | 0.15 | 294.08 | 0.66 | 0.58 |
| Hex | CC | 4C | DA | 6 | 41 | 0 | F | 126 | 42 | 3A |
| Octal | 314 | 114 | 332 | 6 | 101 | 0 | 17 | 446 | 102 | 72 |
| Binary | 11001100 | 1001100 | 11011010 | 110 | 1000001 | 0 | 1111 | 100100110 | 1000010 | 111010 |
Color Harmonies of #CC4CDA
Complementary color
Monochromatic Colors of #CC4CDA
Black with #CC4CDA
Text Example
Text Example
White with #CC4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CDA; }
p { color: rgb(204,76,218); }
H1.HeaderClassName
{
color: #CC4CDA;
}
.AnyTagClassName
{
color: #CC4CDA;
}
</style>
background-color css
<style>
a { background-color: #CC4CDA; }
a { background-color: rgb(204,76,218); }
div.DivClassName
{
background-color: #CC4CDA;
}
.BgClassName
{
background-color: #CC4CDA;
}
</style>
border-color css
<style>
span { border-color: #CC4CDA; }
span { border-color: rgb(204,76,218); }
td.TdClassName
{
border-color: #CC4CDA;
}
.TagClassName
{
border-color: #CC4CDA;
}
</style>