Shades of Medium Orchid #CF4AEB
Tints of Medium Orchid #CF4AEB
RGB
CMYK
RGB Variations
Color information
#CF4AEB (or 0xCF4AEB) is known color: Medium Orchid. HEX triplet: CF, 4A and EB. RGB value is (207,74,235). Sum of RGB (Red+Green+Blue) = 207+74+235=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF4AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AEB is #30B514. Grayscale: #838383. Windows color (decimal): -3192085 or 15420111. OLE color: 15420111.
HSL color Cylindrical-coordinate representation of color #CF4AEB: hue angle of 289.57º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4AEB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 74 | 235 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.08 |
| HSL | 289.57º | 0.8% | 0.61% | - |
| HSV(B) | 289.57º | 0.69% | 0.92% | - |
| XYZ | 43.18 | 24.16 | 80.99 | - |
| YUV | 132.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 235 | 0.12 | 0.69 | 0 | 0.08 | 289.57 | 0.8 | 0.61 |
| Hex | CF | 4A | EB | C | 45 | 0 | 8 | 122 | 50 | 3D |
| Octal | 317 | 112 | 353 | 14 | 105 | 0 | 10 | 442 | 120 | 75 |
| Binary | 11001111 | 1001010 | 11101011 | 1100 | 1000101 | 0 | 1000 | 100100010 | 1010000 | 111101 |
Color Harmonies of #CF4AEB
Complementary color
Monochromatic Colors of #CF4AEB
Black with #CF4AEB
Text Example
Text Example
White with #CF4AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AEB; }
p { color: rgb(207,74,235); }
H1.HeaderClassName
{
color: #CF4AEB;
}
.AnyTagClassName
{
color: #CF4AEB;
}
</style>
background-color css
<style>
a { background-color: #CF4AEB; }
a { background-color: rgb(207,74,235); }
div.DivClassName
{
background-color: #CF4AEB;
}
.BgClassName
{
background-color: #CF4AEB;
}
</style>
border-color css
<style>
span { border-color: #CF4AEB; }
span { border-color: rgb(207,74,235); }
td.TdClassName
{
border-color: #CF4AEB;
}
.TagClassName
{
border-color: #CF4AEB;
}
</style>