Shades of Medium Orchid #CC43D5
Tints of Medium Orchid #CC43D5
RGB
CMYK
RGB Variations
Color information
#CC43D5 (or 0xCC43D5) is known color: Medium Orchid. HEX triplet: CC, 43 and D5. RGB value is (204,67,213). Sum of RGB (Red+Green+Blue) = 204+67+213=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC43D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43D5 is #33BC2A. Grayscale: #7C7C7C. Windows color (decimal): -3390507 or 13976524. OLE color: 13976524.
HSL color Cylindrical-coordinate representation of color #CC43D5: hue angle of 296.3º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC43D5 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 67 | 213 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.16 |
| HSL | 296.3º | 0.63% | 0.55% | - |
| HSV(B) | 296.3º | 0.69% | 0.84% | - |
| XYZ | 38.92 | 21.66 | 65.08 | - |
| YUV | 124.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 213 | 0.04 | 0.69 | 0 | 0.16 | 296.3 | 0.63 | 0.55 |
| Hex | CC | 43 | D5 | 4 | 45 | 0 | 10 | 128 | 3F | 37 |
| Octal | 314 | 103 | 325 | 4 | 105 | 0 | 20 | 450 | 77 | 67 |
| Binary | 11001100 | 1000011 | 11010101 | 100 | 1000101 | 0 | 10000 | 100101000 | 111111 | 110111 |
Color Harmonies of #CC43D5
Complementary color
Monochromatic Colors of #CC43D5
Black with #CC43D5
Text Example
Text Example
White with #CC43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43D5; }
p { color: rgb(204,67,213); }
H1.HeaderClassName
{
color: #CC43D5;
}
.AnyTagClassName
{
color: #CC43D5;
}
</style>
background-color css
<style>
a { background-color: #CC43D5; }
a { background-color: rgb(204,67,213); }
div.DivClassName
{
background-color: #CC43D5;
}
.BgClassName
{
background-color: #CC43D5;
}
</style>
border-color css
<style>
span { border-color: #CC43D5; }
span { border-color: rgb(204,67,213); }
td.TdClassName
{
border-color: #CC43D5;
}
.TagClassName
{
border-color: #CC43D5;
}
</style>