Shades of Medium Orchid #CF43DC
Tints of Medium Orchid #CF43DC
RGB
CMYK
RGB Variations
Color information
#CF43DC (or 0xCF43DC) is known color: Medium Orchid. HEX triplet: CF, 43 and DC. RGB value is (207,67,220). Sum of RGB (Red+Green+Blue) = 207+67+220=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43DC is #30BC23. Grayscale: #7D7D7D. Windows color (decimal): -3193892 or 14435279. OLE color: 14435279.
HSL color Cylindrical-coordinate representation of color #CF43DC: hue angle of 294.9º 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 #CF43DC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 67 | 220 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.14 |
| HSL | 294.9º | 0.69% | 0.56% | - |
| HSV(B) | 294.9º | 0.7% | 0.86% | - |
| XYZ | 40.66 | 22.45 | 69.9 | - |
| YUV | 126.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 220 | 0.06 | 0.70 | 0 | 0.14 | 294.9 | 0.69 | 0.56 |
| Hex | CF | 43 | DC | 6 | 46 | 0 | E | 127 | 45 | 38 |
| Octal | 317 | 103 | 334 | 6 | 106 | 0 | 16 | 447 | 105 | 70 |
| Binary | 11001111 | 1000011 | 11011100 | 110 | 1000110 | 0 | 1110 | 100100111 | 1000101 | 111000 |
Color Harmonies of #CF43DC
Complementary color
Monochromatic Colors of #CF43DC
Black with #CF43DC
Text Example
Text Example
White with #CF43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43DC; }
p { color: rgb(207,67,220); }
H1.HeaderClassName
{
color: #CF43DC;
}
.AnyTagClassName
{
color: #CF43DC;
}
</style>
background-color css
<style>
a { background-color: #CF43DC; }
a { background-color: rgb(207,67,220); }
div.DivClassName
{
background-color: #CF43DC;
}
.BgClassName
{
background-color: #CF43DC;
}
</style>
border-color css
<style>
span { border-color: #CF43DC; }
span { border-color: rgb(207,67,220); }
td.TdClassName
{
border-color: #CF43DC;
}
.TagClassName
{
border-color: #CF43DC;
}
</style>