Shades of Medium Orchid #CF3CEE
Tints of Medium Orchid #CF3CEE
RGB
CMYK
RGB Variations
Color information
#CF3CEE (or 0xCF3CEE) is known color: Medium Orchid. HEX triplet: CF, 3C and EE. RGB value is (207,60,238). Sum of RGB (Red+Green+Blue) = 207+60+238=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CEE is #30C311. Grayscale: #7B7B7B. Windows color (decimal): -3195666 or 15613135. OLE color: 15613135.
HSL color Cylindrical-coordinate representation of color #CF3CEE: hue angle of 289.55º degrees, saturation: 0.84, 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 #CF3CEE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 60 | 238 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.07 |
| HSL | 289.55º | 0.84% | 0.58% | - |
| HSV(B) | 289.55º | 0.75% | 0.93% | - |
| XYZ | 42.78 | 22.67 | 83.01 | - |
| YUV | 124.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 238 | 0.13 | 0.75 | 0 | 0.07 | 289.55 | 0.84 | 0.58 |
| Hex | CF | 3C | EE | D | 4B | 0 | 7 | 122 | 54 | 3A |
| Octal | 317 | 74 | 356 | 15 | 113 | 0 | 7 | 442 | 124 | 72 |
| Binary | 11001111 | 111100 | 11101110 | 1101 | 1001011 | 0 | 111 | 100100010 | 1010100 | 111010 |
Color Harmonies of #CF3CEE
Complementary color
Monochromatic Colors of #CF3CEE
Black with #CF3CEE
Text Example
Text Example
White with #CF3CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CEE; }
p { color: rgb(207,60,238); }
H1.HeaderClassName
{
color: #CF3CEE;
}
.AnyTagClassName
{
color: #CF3CEE;
}
</style>
background-color css
<style>
a { background-color: #CF3CEE; }
a { background-color: rgb(207,60,238); }
div.DivClassName
{
background-color: #CF3CEE;
}
.BgClassName
{
background-color: #CF3CEE;
}
</style>
border-color css
<style>
span { border-color: #CF3CEE; }
span { border-color: rgb(207,60,238); }
td.TdClassName
{
border-color: #CF3CEE;
}
.TagClassName
{
border-color: #CF3CEE;
}
</style>