Shades of Medium Orchid #CF3CEA
Tints of Medium Orchid #CF3CEA
RGB
CMYK
RGB Variations
Color information
#CF3CEA (or 0xCF3CEA) is known color: Medium Orchid. HEX triplet: CF, 3C and EA. RGB value is (207,60,234). Sum of RGB (Red+Green+Blue) = 207+60+234=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF3CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CEA is #30C315. Grayscale: #7B7B7B. Windows color (decimal): -3195670 or 15350991. OLE color: 15350991.
HSL color Cylindrical-coordinate representation of color #CF3CEA: hue angle of 290.69º 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 #CF3CEA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 60 | 234 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.08 |
| HSL | 290.69º | 0.81% | 0.58% | - |
| HSV(B) | 290.69º | 0.74% | 0.92% | - |
| XYZ | 42.2 | 22.44 | 79.95 | - |
| YUV | 123.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 234 | 0.12 | 0.74 | 0 | 0.08 | 290.69 | 0.81 | 0.58 |
| Hex | CF | 3C | EA | C | 4A | 0 | 8 | 123 | 51 | 3A |
| Octal | 317 | 74 | 352 | 14 | 112 | 0 | 10 | 443 | 121 | 72 |
| Binary | 11001111 | 111100 | 11101010 | 1100 | 1001010 | 0 | 1000 | 100100011 | 1010001 | 111010 |
Color Harmonies of #CF3CEA
Complementary color
Monochromatic Colors of #CF3CEA
Black with #CF3CEA
Text Example
Text Example
White with #CF3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CEA; }
p { color: rgb(207,60,234); }
H1.HeaderClassName
{
color: #CF3CEA;
}
.AnyTagClassName
{
color: #CF3CEA;
}
</style>
background-color css
<style>
a { background-color: #CF3CEA; }
a { background-color: rgb(207,60,234); }
div.DivClassName
{
background-color: #CF3CEA;
}
.BgClassName
{
background-color: #CF3CEA;
}
</style>
border-color css
<style>
span { border-color: #CF3CEA; }
span { border-color: rgb(207,60,234); }
td.TdClassName
{
border-color: #CF3CEA;
}
.TagClassName
{
border-color: #CF3CEA;
}
</style>