Shades of Medium Orchid #CC43DC
Tints of Medium Orchid #CC43DC
RGB
CMYK
RGB Variations
Color information
#CC43DC (or 0xCC43DC) is known color: Medium Orchid. HEX triplet: CC, 43 and DC. RGB value is (204,67,220). Sum of RGB (Red+Green+Blue) = 204+67+220=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43DC is #33BC23. Grayscale: #7C7C7C. Windows color (decimal): -3390500 or 14435276. OLE color: 14435276.
HSL color Cylindrical-coordinate representation of color #CC43DC: hue angle of 293.73º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC43DC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 67 | 220 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.14 |
| HSL | 293.73º | 0.69% | 0.56% | - |
| HSV(B) | 293.73º | 0.7% | 0.86% | - |
| XYZ | 39.83 | 22.02 | 69.86 | - |
| YUV | 125.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 220 | 0.07 | 0.70 | 0 | 0.14 | 293.73 | 0.69 | 0.56 |
| Hex | CC | 43 | DC | 7 | 46 | 0 | E | 126 | 45 | 38 |
| Octal | 314 | 103 | 334 | 7 | 106 | 0 | 16 | 446 | 105 | 70 |
| Binary | 11001100 | 1000011 | 11011100 | 111 | 1000110 | 0 | 1110 | 100100110 | 1000101 | 111000 |
Color Harmonies of #CC43DC
Complementary color
Monochromatic Colors of #CC43DC
Black with #CC43DC
Text Example
Text Example
White with #CC43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43DC; }
p { color: rgb(204,67,220); }
H1.HeaderClassName
{
color: #CC43DC;
}
.AnyTagClassName
{
color: #CC43DC;
}
</style>
background-color css
<style>
a { background-color: #CC43DC; }
a { background-color: rgb(204,67,220); }
div.DivClassName
{
background-color: #CC43DC;
}
.BgClassName
{
background-color: #CC43DC;
}
</style>
border-color css
<style>
span { border-color: #CC43DC; }
span { border-color: rgb(204,67,220); }
td.TdClassName
{
border-color: #CC43DC;
}
.TagClassName
{
border-color: #CC43DC;
}
</style>