Shades of Medium Orchid #CF32EA
Tints of Medium Orchid #CF32EA
RGB
CMYK
RGB Variations
Color information
#CF32EA (or 0xCF32EA) is known color: Medium Orchid. HEX triplet: CF, 32 and EA. RGB value is (207,50,234). Sum of RGB (Red+Green+Blue) = 207+50+234=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF32EA is #30CD15. Grayscale: #757575. Windows color (decimal): -3198230 or 15348431. OLE color: 15348431.
HSL color Cylindrical-coordinate representation of color #CF32EA: hue angle of 291.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF32EA is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 50 | 234 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.08 |
| HSL | 291.2º | 0.81% | 0.56% | - |
| HSV(B) | 291.2º | 0.79% | 0.92% | - |
| XYZ | 41.72 | 21.49 | 79.79 | - |
| YUV | 117.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 234 | 0.12 | 0.79 | 0 | 0.08 | 291.2 | 0.81 | 0.56 |
| Hex | CF | 32 | EA | C | 4F | 0 | 8 | 123 | 51 | 38 |
| Octal | 317 | 62 | 352 | 14 | 117 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11001111 | 110010 | 11101010 | 1100 | 1001111 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #CF32EA
Complementary color
Monochromatic Colors of #CF32EA
Black with #CF32EA
Text Example
Text Example
White with #CF32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32EA; }
p { color: rgb(207,50,234); }
H1.HeaderClassName
{
color: #CF32EA;
}
.AnyTagClassName
{
color: #CF32EA;
}
</style>
background-color css
<style>
a { background-color: #CF32EA; }
a { background-color: rgb(207,50,234); }
div.DivClassName
{
background-color: #CF32EA;
}
.BgClassName
{
background-color: #CF32EA;
}
</style>
border-color css
<style>
span { border-color: #CF32EA; }
span { border-color: rgb(207,50,234); }
td.TdClassName
{
border-color: #CF32EA;
}
.TagClassName
{
border-color: #CF32EA;
}
</style>