Shades of Medium Orchid #CF3CEC
Tints of Medium Orchid #CF3CEC
RGB
CMYK
RGB Variations
Color information
#CF3CEC (or 0xCF3CEC) is known color: Medium Orchid. HEX triplet: CF, 3C and EC. RGB value is (207,60,236). Sum of RGB (Red+Green+Blue) = 207+60+236=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CEC is #30C313. Grayscale: #7B7B7B. Windows color (decimal): -3195668 or 15482063. OLE color: 15482063.
HSL color Cylindrical-coordinate representation of color #CF3CEC: hue angle of 290.11º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3CEC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 60 | 236 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.07 |
| HSL | 290.11º | 0.82% | 0.58% | - |
| HSV(B) | 290.11º | 0.75% | 0.93% | - |
| XYZ | 42.49 | 22.55 | 81.47 | - |
| YUV | 124.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 236 | 0.12 | 0.75 | 0 | 0.07 | 290.11 | 0.82 | 0.58 |
| Hex | CF | 3C | EC | C | 4B | 0 | 7 | 122 | 52 | 3A |
| Octal | 317 | 74 | 354 | 14 | 113 | 0 | 7 | 442 | 122 | 72 |
| Binary | 11001111 | 111100 | 11101100 | 1100 | 1001011 | 0 | 111 | 100100010 | 1010010 | 111010 |
Color Harmonies of #CF3CEC
Complementary color
Monochromatic Colors of #CF3CEC
Black with #CF3CEC
Text Example
Text Example
White with #CF3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CEC; }
p { color: rgb(207,60,236); }
H1.HeaderClassName
{
color: #CF3CEC;
}
.AnyTagClassName
{
color: #CF3CEC;
}
</style>
background-color css
<style>
a { background-color: #CF3CEC; }
a { background-color: rgb(207,60,236); }
div.DivClassName
{
background-color: #CF3CEC;
}
.BgClassName
{
background-color: #CF3CEC;
}
</style>
border-color css
<style>
span { border-color: #CF3CEC; }
span { border-color: rgb(207,60,236); }
td.TdClassName
{
border-color: #CF3CEC;
}
.TagClassName
{
border-color: #CF3CEC;
}
</style>