Shades of Medium Orchid #CC4ADF
Tints of Medium Orchid #CC4ADF
RGB
CMYK
RGB Variations
Color information
#CC4ADF (or 0xCC4ADF) is known color: Medium Orchid. HEX triplet: CC, 4A and DF. RGB value is (204,74,223). Sum of RGB (Red+Green+Blue) = 204+74+223=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ADF is #33B520. Grayscale: #818181. Windows color (decimal): -3388705 or 14633676. OLE color: 14633676.
HSL color Cylindrical-coordinate representation of color #CC4ADF: hue angle of 292.35º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4ADF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 74 | 223 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.13 |
| HSL | 292.35º | 0.7% | 0.58% | - |
| HSV(B) | 292.35º | 0.67% | 0.87% | - |
| XYZ | 40.67 | 23.06 | 72.12 | - |
| YUV | 129.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 223 | 0.09 | 0.67 | 0 | 0.13 | 292.35 | 0.7 | 0.58 |
| Hex | CC | 4A | DF | 9 | 43 | 0 | D | 124 | 46 | 3A |
| Octal | 314 | 112 | 337 | 11 | 103 | 0 | 15 | 444 | 106 | 72 |
| Binary | 11001100 | 1001010 | 11011111 | 1001 | 1000011 | 0 | 1101 | 100100100 | 1000110 | 111010 |
Color Harmonies of #CC4ADF
Complementary color
Monochromatic Colors of #CC4ADF
Black with #CC4ADF
Text Example
Text Example
White with #CC4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ADF; }
p { color: rgb(204,74,223); }
H1.HeaderClassName
{
color: #CC4ADF;
}
.AnyTagClassName
{
color: #CC4ADF;
}
</style>
background-color css
<style>
a { background-color: #CC4ADF; }
a { background-color: rgb(204,74,223); }
div.DivClassName
{
background-color: #CC4ADF;
}
.BgClassName
{
background-color: #CC4ADF;
}
</style>
border-color css
<style>
span { border-color: #CC4ADF; }
span { border-color: rgb(204,74,223); }
td.TdClassName
{
border-color: #CC4ADF;
}
.TagClassName
{
border-color: #CC4ADF;
}
</style>