Shades of Medium Orchid #CF34EA
Tints of Medium Orchid #CF34EA
RGB
CMYK
RGB Variations
Color information
#CF34EA (or 0xCF34EA) is known color: Medium Orchid. HEX triplet: CF, 34 and EA. RGB value is (207,52,234). Sum of RGB (Red+Green+Blue) = 207+52+234=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF34EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF34EA is #30CB15. Grayscale: #767676. Windows color (decimal): -3197718 or 15348943. OLE color: 15348943.
HSL color Cylindrical-coordinate representation of color #CF34EA: hue angle of 291.1º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF34EA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 52 | 234 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.08 |
| HSL | 291.1º | 0.81% | 0.56% | - |
| HSV(B) | 291.1º | 0.78% | 0.92% | - |
| XYZ | 41.81 | 21.66 | 79.82 | - |
| YUV | 119.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 234 | 0.12 | 0.78 | 0 | 0.08 | 291.1 | 0.81 | 0.56 |
| Hex | CF | 34 | EA | C | 4E | 0 | 8 | 123 | 51 | 38 |
| Octal | 317 | 64 | 352 | 14 | 116 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11001111 | 110100 | 11101010 | 1100 | 1001110 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #CF34EA
Complementary color
Monochromatic Colors of #CF34EA
Black with #CF34EA
Text Example
Text Example
White with #CF34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34EA; }
p { color: rgb(207,52,234); }
H1.HeaderClassName
{
color: #CF34EA;
}
.AnyTagClassName
{
color: #CF34EA;
}
</style>
background-color css
<style>
a { background-color: #CF34EA; }
a { background-color: rgb(207,52,234); }
div.DivClassName
{
background-color: #CF34EA;
}
.BgClassName
{
background-color: #CF34EA;
}
</style>
border-color css
<style>
span { border-color: #CF34EA; }
span { border-color: rgb(207,52,234); }
td.TdClassName
{
border-color: #CF34EA;
}
.TagClassName
{
border-color: #CF34EA;
}
</style>