Shades of Medium Orchid #CF3EEB
Tints of Medium Orchid #CF3EEB
RGB
CMYK
RGB Variations
Color information
#CF3EEB (or 0xCF3EEB) is known color: Medium Orchid. HEX triplet: CF, 3E and EB. RGB value is (207,62,235). Sum of RGB (Red+Green+Blue) = 207+62+235=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF3EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3EEB is #30C114. Grayscale: #7C7C7C. Windows color (decimal): -3195157 or 15417039. OLE color: 15417039.
HSL color Cylindrical-coordinate representation of color #CF3EEB: hue angle of 290.29º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3EEB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 62 | 235 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.08 |
| HSL | 290.29º | 0.81% | 0.58% | - |
| HSV(B) | 290.29º | 0.74% | 0.92% | - |
| XYZ | 42.45 | 22.71 | 80.74 | - |
| YUV | 125.08 | 190.04 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 235 | 0.12 | 0.74 | 0 | 0.08 | 290.29 | 0.81 | 0.58 |
| Hex | CF | 3E | EB | C | 4A | 0 | 8 | 122 | 51 | 3A |
| Octal | 317 | 76 | 353 | 14 | 112 | 0 | 10 | 442 | 121 | 72 |
| Binary | 11001111 | 111110 | 11101011 | 1100 | 1001010 | 0 | 1000 | 100100010 | 1010001 | 111010 |
Color Harmonies of #CF3EEB
Complementary color
Monochromatic Colors of #CF3EEB
Black with #CF3EEB
Text Example
Text Example
White with #CF3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EEB; }
p { color: rgb(207,62,235); }
H1.HeaderClassName
{
color: #CF3EEB;
}
.AnyTagClassName
{
color: #CF3EEB;
}
</style>
background-color css
<style>
a { background-color: #CF3EEB; }
a { background-color: rgb(207,62,235); }
div.DivClassName
{
background-color: #CF3EEB;
}
.BgClassName
{
background-color: #CF3EEB;
}
</style>
border-color css
<style>
span { border-color: #CF3EEB; }
span { border-color: rgb(207,62,235); }
td.TdClassName
{
border-color: #CF3EEB;
}
.TagClassName
{
border-color: #CF3EEB;
}
</style>