Shades of Medium Orchid #CC43E6
Tints of Medium Orchid #CC43E6
RGB
CMYK
RGB Variations
Color information
#CC43E6 (or 0xCC43E6) is known color: Medium Orchid. HEX triplet: CC, 43 and E6. RGB value is (204,67,230). Sum of RGB (Red+Green+Blue) = 204+67+230=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC43E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43E6 is #33BC19. Grayscale: #7E7E7E. Windows color (decimal): -3390490 or 15090636. OLE color: 15090636.
HSL color Cylindrical-coordinate representation of color #CC43E6: hue angle of 290.43º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC43E6 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 67 | 230 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.10 |
| HSL | 290.43º | 0.77% | 0.58% | - |
| HSV(B) | 290.43º | 0.71% | 0.9% | - |
| XYZ | 41.19 | 22.56 | 77.05 | - |
| YUV | 126.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 230 | 0.11 | 0.71 | 0 | 0.10 | 290.43 | 0.77 | 0.58 |
| Hex | CC | 43 | E6 | B | 47 | 0 | A | 122 | 4D | 3A |
| Octal | 314 | 103 | 346 | 13 | 107 | 0 | 12 | 442 | 115 | 72 |
| Binary | 11001100 | 1000011 | 11100110 | 1011 | 1000111 | 0 | 1010 | 100100010 | 1001101 | 111010 |
Color Harmonies of #CC43E6
Complementary color
Monochromatic Colors of #CC43E6
Black with #CC43E6
Text Example
Text Example
White with #CC43E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43E6; }
p { color: rgb(204,67,230); }
H1.HeaderClassName
{
color: #CC43E6;
}
.AnyTagClassName
{
color: #CC43E6;
}
</style>
background-color css
<style>
a { background-color: #CC43E6; }
a { background-color: rgb(204,67,230); }
div.DivClassName
{
background-color: #CC43E6;
}
.BgClassName
{
background-color: #CC43E6;
}
</style>
border-color css
<style>
span { border-color: #CC43E6; }
span { border-color: rgb(204,67,230); }
td.TdClassName
{
border-color: #CC43E6;
}
.TagClassName
{
border-color: #CC43E6;
}
</style>