Shades of Medium Orchid #CC50D4
Tints of Medium Orchid #CC50D4
RGB
CMYK
RGB Variations
Color information
#CC50D4 (or 0xCC50D4) is known color: Medium Orchid. HEX triplet: CC, 50 and D4. RGB value is (204,80,212). Sum of RGB (Red+Green+Blue) = 204+80+212=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC50D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50D4 is #33AF2B. Grayscale: #838383. Windows color (decimal): -3387180 or 13914316. OLE color: 13914316.
HSL color Cylindrical-coordinate representation of color #CC50D4: hue angle of 296.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC50D4 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 80 | 212 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.17 |
| HSL | 296.36º | 0.61% | 0.57% | - |
| HSV(B) | 296.36º | 0.62% | 0.83% | - |
| XYZ | 39.65 | 23.33 | 64.7 | - |
| YUV | 132.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 212 | 0.04 | 0.62 | 0 | 0.17 | 296.36 | 0.61 | 0.57 |
| Hex | CC | 50 | D4 | 4 | 3E | 0 | 11 | 128 | 3D | 39 |
| Octal | 314 | 120 | 324 | 4 | 76 | 0 | 21 | 450 | 75 | 71 |
| Binary | 11001100 | 1010000 | 11010100 | 100 | 111110 | 0 | 10001 | 100101000 | 111101 | 111001 |
Color Harmonies of #CC50D4
Complementary color
Monochromatic Colors of #CC50D4
Black with #CC50D4
Text Example
Text Example
White with #CC50D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50D4; }
p { color: rgb(204,80,212); }
H1.HeaderClassName
{
color: #CC50D4;
}
.AnyTagClassName
{
color: #CC50D4;
}
</style>
background-color css
<style>
a { background-color: #CC50D4; }
a { background-color: rgb(204,80,212); }
div.DivClassName
{
background-color: #CC50D4;
}
.BgClassName
{
background-color: #CC50D4;
}
</style>
border-color css
<style>
span { border-color: #CC50D4; }
span { border-color: rgb(204,80,212); }
td.TdClassName
{
border-color: #CC50D4;
}
.TagClassName
{
border-color: #CC50D4;
}
</style>