Shades of Medium Orchid #CF4BE0
Tints of Medium Orchid #CF4BE0
RGB
CMYK
RGB Variations
Color information
#CF4BE0 (or 0xCF4BE0) is known color: Medium Orchid. HEX triplet: CF, 4B and E0. RGB value is (207,75,224). Sum of RGB (Red+Green+Blue) = 207+75+224=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF4BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BE0 is #30B41F. Grayscale: #828282. Windows color (decimal): -3191840 or 14699471. OLE color: 14699471.
HSL color Cylindrical-coordinate representation of color #CF4BE0: hue angle of 293.15º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4BE0 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 75 | 224 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.12 |
| HSL | 293.15º | 0.71% | 0.59% | - |
| HSV(B) | 293.15º | 0.67% | 0.88% | - |
| XYZ | 41.7 | 23.68 | 72.89 | - |
| YUV | 131.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 224 | 0.08 | 0.67 | 0 | 0.12 | 293.15 | 0.71 | 0.59 |
| Hex | CF | 4B | E0 | 8 | 43 | 0 | C | 125 | 47 | 3B |
| Octal | 317 | 113 | 340 | 10 | 103 | 0 | 14 | 445 | 107 | 73 |
| Binary | 11001111 | 1001011 | 11100000 | 1000 | 1000011 | 0 | 1100 | 100100101 | 1000111 | 111011 |
Color Harmonies of #CF4BE0
Complementary color
Monochromatic Colors of #CF4BE0
Black with #CF4BE0
Text Example
Text Example
White with #CF4BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BE0; }
p { color: rgb(207,75,224); }
H1.HeaderClassName
{
color: #CF4BE0;
}
.AnyTagClassName
{
color: #CF4BE0;
}
</style>
background-color css
<style>
a { background-color: #CF4BE0; }
a { background-color: rgb(207,75,224); }
div.DivClassName
{
background-color: #CF4BE0;
}
.BgClassName
{
background-color: #CF4BE0;
}
</style>
border-color css
<style>
span { border-color: #CF4BE0; }
span { border-color: rgb(207,75,224); }
td.TdClassName
{
border-color: #CF4BE0;
}
.TagClassName
{
border-color: #CF4BE0;
}
</style>