Shades of Medium Orchid #CC4FDC
Tints of Medium Orchid #CC4FDC
RGB
CMYK
RGB Variations
Color information
#CC4FDC (or 0xCC4FDC) is known color: Medium Orchid. HEX triplet: CC, 4F and DC. RGB value is (204,79,220). Sum of RGB (Red+Green+Blue) = 204+79+220=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FDC is #33B023. Grayscale: #848484. Windows color (decimal): -3387428 or 14438348. OLE color: 14438348.
HSL color Cylindrical-coordinate representation of color #CC4FDC: hue angle of 293.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4FDC is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 79 | 220 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.14 |
| HSL | 293.19º | 0.67% | 0.59% | - |
| HSV(B) | 293.19º | 0.64% | 0.86% | - |
| XYZ | 40.62 | 23.6 | 70.12 | - |
| YUV | 132.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 220 | 0.07 | 0.64 | 0 | 0.14 | 293.19 | 0.67 | 0.59 |
| Hex | CC | 4F | DC | 7 | 40 | 0 | E | 125 | 43 | 3B |
| Octal | 314 | 117 | 334 | 7 | 100 | 0 | 16 | 445 | 103 | 73 |
| Binary | 11001100 | 1001111 | 11011100 | 111 | 1000000 | 0 | 1110 | 100100101 | 1000011 | 111011 |
Color Harmonies of #CC4FDC
Complementary color
Monochromatic Colors of #CC4FDC
Black with #CC4FDC
Text Example
Text Example
White with #CC4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FDC; }
p { color: rgb(204,79,220); }
H1.HeaderClassName
{
color: #CC4FDC;
}
.AnyTagClassName
{
color: #CC4FDC;
}
</style>
background-color css
<style>
a { background-color: #CC4FDC; }
a { background-color: rgb(204,79,220); }
div.DivClassName
{
background-color: #CC4FDC;
}
.BgClassName
{
background-color: #CC4FDC;
}
</style>
border-color css
<style>
span { border-color: #CC4FDC; }
span { border-color: rgb(204,79,220); }
td.TdClassName
{
border-color: #CC4FDC;
}
.TagClassName
{
border-color: #CC4FDC;
}
</style>