Shades of Medium Orchid #CF4CEE
Tints of Medium Orchid #CF4CEE
RGB
CMYK
RGB Variations
Color information
#CF4CEE (or 0xCF4CEE) is known color: Medium Orchid. HEX triplet: CF, 4C and EE. RGB value is (207,76,238). Sum of RGB (Red+Green+Blue) = 207+76+238=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CEE is #30B311. Grayscale: #858585. Windows color (decimal): -3191570 or 15617231. OLE color: 15617231.
HSL color Cylindrical-coordinate representation of color #CF4CEE: hue angle of 288.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4CEE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 76 | 238 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.52º | 0.83% | 0.62% | - |
| HSV(B) | 288.52º | 0.68% | 0.93% | - |
| XYZ | 43.75 | 24.61 | 83.33 | - |
| YUV | 133.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 238 | 0.13 | 0.68 | 0 | 0.07 | 288.52 | 0.83 | 0.62 |
| Hex | CF | 4C | EE | D | 44 | 0 | 7 | 121 | 53 | 3E |
| Octal | 317 | 114 | 356 | 15 | 104 | 0 | 7 | 441 | 123 | 76 |
| Binary | 11001111 | 1001100 | 11101110 | 1101 | 1000100 | 0 | 111 | 100100001 | 1010011 | 111110 |
Color Harmonies of #CF4CEE
Complementary color
Monochromatic Colors of #CF4CEE
Black with #CF4CEE
Text Example
Text Example
White with #CF4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CEE; }
p { color: rgb(207,76,238); }
H1.HeaderClassName
{
color: #CF4CEE;
}
.AnyTagClassName
{
color: #CF4CEE;
}
</style>
background-color css
<style>
a { background-color: #CF4CEE; }
a { background-color: rgb(207,76,238); }
div.DivClassName
{
background-color: #CF4CEE;
}
.BgClassName
{
background-color: #CF4CEE;
}
</style>
border-color css
<style>
span { border-color: #CF4CEE; }
span { border-color: rgb(207,76,238); }
td.TdClassName
{
border-color: #CF4CEE;
}
.TagClassName
{
border-color: #CF4CEE;
}
</style>