Shades of Medium Orchid #CF43EF
Tints of Medium Orchid #CF43EF
RGB
CMYK
RGB Variations
Color information
#CF43EF (or 0xCF43EF) is known color: Medium Orchid. HEX triplet: CF, 43 and EF. RGB value is (207,67,239). Sum of RGB (Red+Green+Blue) = 207+67+239=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF43EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF43EF is #30BC10. Grayscale: #7F7F7F. Windows color (decimal): -3193873 or 15680463. OLE color: 15680463.
HSL color Cylindrical-coordinate representation of color #CF43EF: hue angle of 288.84º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF43EF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 67 | 239 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.06 |
| HSL | 288.84º | 0.84% | 0.6% | - |
| HSV(B) | 288.84º | 0.72% | 0.94% | - |
| XYZ | 43.32 | 23.51 | 83.92 | - |
| YUV | 128.47 | 190.38 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 239 | 0.13 | 0.72 | 0 | 0.06 | 288.84 | 0.84 | 0.6 |
| Hex | CF | 43 | EF | D | 48 | 0 | 6 | 121 | 54 | 3C |
| Octal | 317 | 103 | 357 | 15 | 110 | 0 | 6 | 441 | 124 | 74 |
| Binary | 11001111 | 1000011 | 11101111 | 1101 | 1001000 | 0 | 110 | 100100001 | 1010100 | 111100 |
Color Harmonies of #CF43EF
Complementary color
Monochromatic Colors of #CF43EF
Black with #CF43EF
Text Example
Text Example
White with #CF43EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43EF; }
p { color: rgb(207,67,239); }
H1.HeaderClassName
{
color: #CF43EF;
}
.AnyTagClassName
{
color: #CF43EF;
}
</style>
background-color css
<style>
a { background-color: #CF43EF; }
a { background-color: rgb(207,67,239); }
div.DivClassName
{
background-color: #CF43EF;
}
.BgClassName
{
background-color: #CF43EF;
}
</style>
border-color css
<style>
span { border-color: #CF43EF; }
span { border-color: rgb(207,67,239); }
td.TdClassName
{
border-color: #CF43EF;
}
.TagClassName
{
border-color: #CF43EF;
}
</style>