Shades of Medium Orchid #CF43EB
Tints of Medium Orchid #CF43EB
RGB
CMYK
RGB Variations
Color information
#CF43EB (or 0xCF43EB) is known color: Medium Orchid. HEX triplet: CF, 43 and EB. RGB value is (207,67,235). Sum of RGB (Red+Green+Blue) = 207+67+235=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF43EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF43EB is #30BC14. Grayscale: #7F7F7F. Windows color (decimal): -3193877 or 15418319. OLE color: 15418319.
HSL color Cylindrical-coordinate representation of color #CF43EB: hue angle of 290º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF43EB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 67 | 235 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.08 |
| HSL | 290º | 0.81% | 0.59% | - |
| HSV(B) | 290º | 0.71% | 0.92% | - |
| XYZ | 42.73 | 23.28 | 80.84 | - |
| YUV | 128.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 235 | 0.12 | 0.71 | 0 | 0.08 | 290 | 0.81 | 0.59 |
| Hex | CF | 43 | EB | C | 47 | 0 | 8 | 122 | 51 | 3B |
| Octal | 317 | 103 | 353 | 14 | 107 | 0 | 10 | 442 | 121 | 73 |
| Binary | 11001111 | 1000011 | 11101011 | 1100 | 1000111 | 0 | 1000 | 100100010 | 1010001 | 111011 |
Color Harmonies of #CF43EB
Complementary color
Monochromatic Colors of #CF43EB
Black with #CF43EB
Text Example
Text Example
White with #CF43EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43EB; }
p { color: rgb(207,67,235); }
H1.HeaderClassName
{
color: #CF43EB;
}
.AnyTagClassName
{
color: #CF43EB;
}
</style>
background-color css
<style>
a { background-color: #CF43EB; }
a { background-color: rgb(207,67,235); }
div.DivClassName
{
background-color: #CF43EB;
}
.BgClassName
{
background-color: #CF43EB;
}
</style>
border-color css
<style>
span { border-color: #CF43EB; }
span { border-color: rgb(207,67,235); }
td.TdClassName
{
border-color: #CF43EB;
}
.TagClassName
{
border-color: #CF43EB;
}
</style>