Shades of Medium Orchid #CC43DF
Tints of Medium Orchid #CC43DF
RGB
CMYK
RGB Variations
Color information
#CC43DF (or 0xCC43DF) is known color: Medium Orchid. HEX triplet: CC, 43 and DF. RGB value is (204,67,223). Sum of RGB (Red+Green+Blue) = 204+67+223=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC43DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43DF is #33BC20. Grayscale: #7D7D7D. Windows color (decimal): -3390497 or 14631884. OLE color: 14631884.
HSL color Cylindrical-coordinate representation of color #CC43DF: hue angle of 292.69º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC43DF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 67 | 223 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.13 |
| HSL | 292.69º | 0.71% | 0.57% | - |
| HSV(B) | 292.69º | 0.7% | 0.87% | - |
| XYZ | 40.23 | 22.18 | 71.97 | - |
| YUV | 125.75 | 182.89 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 223 | 0.09 | 0.70 | 0 | 0.13 | 292.69 | 0.71 | 0.57 |
| Hex | CC | 43 | DF | 9 | 46 | 0 | D | 125 | 47 | 39 |
| Octal | 314 | 103 | 337 | 11 | 106 | 0 | 15 | 445 | 107 | 71 |
| Binary | 11001100 | 1000011 | 11011111 | 1001 | 1000110 | 0 | 1101 | 100100101 | 1000111 | 111001 |
Color Harmonies of #CC43DF
Complementary color
Monochromatic Colors of #CC43DF
Black with #CC43DF
Text Example
Text Example
White with #CC43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43DF; }
p { color: rgb(204,67,223); }
H1.HeaderClassName
{
color: #CC43DF;
}
.AnyTagClassName
{
color: #CC43DF;
}
</style>
background-color css
<style>
a { background-color: #CC43DF; }
a { background-color: rgb(204,67,223); }
div.DivClassName
{
background-color: #CC43DF;
}
.BgClassName
{
background-color: #CC43DF;
}
</style>
border-color css
<style>
span { border-color: #CC43DF; }
span { border-color: rgb(204,67,223); }
td.TdClassName
{
border-color: #CC43DF;
}
.TagClassName
{
border-color: #CC43DF;
}
</style>