Shades of Medium Orchid #CF4AE6
Tints of Medium Orchid #CF4AE6
RGB
CMYK
RGB Variations
Color information
#CF4AE6 (or 0xCF4AE6) is known color: Medium Orchid. HEX triplet: CF, 4A and E6. RGB value is (207,74,230). Sum of RGB (Red+Green+Blue) = 207+74+230=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF4AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AE6 is #30B519. Grayscale: #838383. Windows color (decimal): -3192090 or 15092431. OLE color: 15092431.
HSL color Cylindrical-coordinate representation of color #CF4AE6: hue angle of 291.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4AE6 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 74 | 230 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.10 |
| HSL | 291.15º | 0.76% | 0.6% | - |
| HSV(B) | 291.15º | 0.68% | 0.9% | - |
| XYZ | 42.46 | 23.88 | 77.23 | - |
| YUV | 131.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 230 | 0.10 | 0.68 | 0 | 0.10 | 291.15 | 0.76 | 0.6 |
| Hex | CF | 4A | E6 | A | 44 | 0 | A | 123 | 4C | 3C |
| Octal | 317 | 112 | 346 | 12 | 104 | 0 | 12 | 443 | 114 | 74 |
| Binary | 11001111 | 1001010 | 11100110 | 1010 | 1000100 | 0 | 1010 | 100100011 | 1001100 | 111100 |
Color Harmonies of #CF4AE6
Complementary color
Monochromatic Colors of #CF4AE6
Black with #CF4AE6
Text Example
Text Example
White with #CF4AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AE6; }
p { color: rgb(207,74,230); }
H1.HeaderClassName
{
color: #CF4AE6;
}
.AnyTagClassName
{
color: #CF4AE6;
}
</style>
background-color css
<style>
a { background-color: #CF4AE6; }
a { background-color: rgb(207,74,230); }
div.DivClassName
{
background-color: #CF4AE6;
}
.BgClassName
{
background-color: #CF4AE6;
}
</style>
border-color css
<style>
span { border-color: #CF4AE6; }
span { border-color: rgb(207,74,230); }
td.TdClassName
{
border-color: #CF4AE6;
}
.TagClassName
{
border-color: #CF4AE6;
}
</style>