Shades of Medium Orchid #CF4CE9
Tints of Medium Orchid #CF4CE9
RGB
CMYK
RGB Variations
Color information
#CF4CE9 (or 0xCF4CE9) is known color: Medium Orchid. HEX triplet: CF, 4C and E9. RGB value is (207,76,233). Sum of RGB (Red+Green+Blue) = 207+76+233=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF4CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CE9 is #30B316. Grayscale: #848484. Windows color (decimal): -3191575 or 15289551. OLE color: 15289551.
HSL color Cylindrical-coordinate representation of color #CF4CE9: hue angle of 290.06º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4CE9 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 76 | 233 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.09 |
| HSL | 290.06º | 0.78% | 0.61% | - |
| HSV(B) | 290.06º | 0.67% | 0.91% | - |
| XYZ | 43.02 | 24.32 | 79.52 | - |
| YUV | 133.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 233 | 0.11 | 0.67 | 0 | 0.09 | 290.06 | 0.78 | 0.61 |
| Hex | CF | 4C | E9 | B | 43 | 0 | 9 | 122 | 4E | 3D |
| Octal | 317 | 114 | 351 | 13 | 103 | 0 | 11 | 442 | 116 | 75 |
| Binary | 11001111 | 1001100 | 11101001 | 1011 | 1000011 | 0 | 1001 | 100100010 | 1001110 | 111101 |
Color Harmonies of #CF4CE9
Complementary color
Monochromatic Colors of #CF4CE9
Black with #CF4CE9
Text Example
Text Example
White with #CF4CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CE9; }
p { color: rgb(207,76,233); }
H1.HeaderClassName
{
color: #CF4CE9;
}
.AnyTagClassName
{
color: #CF4CE9;
}
</style>
background-color css
<style>
a { background-color: #CF4CE9; }
a { background-color: rgb(207,76,233); }
div.DivClassName
{
background-color: #CF4CE9;
}
.BgClassName
{
background-color: #CF4CE9;
}
</style>
border-color css
<style>
span { border-color: #CF4CE9; }
span { border-color: rgb(207,76,233); }
td.TdClassName
{
border-color: #CF4CE9;
}
.TagClassName
{
border-color: #CF4CE9;
}
</style>