Shades of Medium Orchid #CC43D9
Tints of Medium Orchid #CC43D9
RGB
CMYK
RGB Variations
Color information
#CC43D9 (or 0xCC43D9) is known color: Medium Orchid. HEX triplet: CC, 43 and D9. RGB value is (204,67,217). Sum of RGB (Red+Green+Blue) = 204+67+217=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC43D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43D9 is #33BC26. Grayscale: #7C7C7C. Windows color (decimal): -3390503 or 14238668. OLE color: 14238668.
HSL color Cylindrical-coordinate representation of color #CC43D9: hue angle of 294.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC43D9 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 67 | 217 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.15 |
| HSL | 294.8º | 0.66% | 0.56% | - |
| HSV(B) | 294.8º | 0.69% | 0.85% | - |
| XYZ | 39.43 | 21.86 | 67.79 | - |
| YUV | 125.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 217 | 0.06 | 0.69 | 0 | 0.15 | 294.8 | 0.66 | 0.56 |
| Hex | CC | 43 | D9 | 6 | 45 | 0 | F | 127 | 42 | 38 |
| Octal | 314 | 103 | 331 | 6 | 105 | 0 | 17 | 447 | 102 | 70 |
| Binary | 11001100 | 1000011 | 11011001 | 110 | 1000101 | 0 | 1111 | 100100111 | 1000010 | 111000 |
Color Harmonies of #CC43D9
Complementary color
Monochromatic Colors of #CC43D9
Black with #CC43D9
Text Example
Text Example
White with #CC43D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43D9; }
p { color: rgb(204,67,217); }
H1.HeaderClassName
{
color: #CC43D9;
}
.AnyTagClassName
{
color: #CC43D9;
}
</style>
background-color css
<style>
a { background-color: #CC43D9; }
a { background-color: rgb(204,67,217); }
div.DivClassName
{
background-color: #CC43D9;
}
.BgClassName
{
background-color: #CC43D9;
}
</style>
border-color css
<style>
span { border-color: #CC43D9; }
span { border-color: rgb(204,67,217); }
td.TdClassName
{
border-color: #CC43D9;
}
.TagClassName
{
border-color: #CC43D9;
}
</style>