Shades of Medium Orchid #CF54EA
Tints of Medium Orchid #CF54EA
RGB
CMYK
RGB Variations
Color information
#CF54EA (or 0xCF54EA) is known color: Medium Orchid. HEX triplet: CF, 54 and EA. RGB value is (207,84,234). Sum of RGB (Red+Green+Blue) = 207+84+234=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF54EA is #30AB15. Grayscale: #898989. Windows color (decimal): -3189526 or 15357135. OLE color: 15357135.
HSL color Cylindrical-coordinate representation of color #CF54EA: hue angle of 289.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF54EA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 84 | 234 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.08 |
| HSL | 289.2º | 0.78% | 0.62% | - |
| HSV(B) | 289.2º | 0.64% | 0.92% | - |
| XYZ | 43.75 | 25.55 | 80.47 | - |
| YUV | 137.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 234 | 0.12 | 0.64 | 0 | 0.08 | 289.2 | 0.78 | 0.62 |
| Hex | CF | 54 | EA | C | 40 | 0 | 8 | 121 | 4E | 3E |
| Octal | 317 | 124 | 352 | 14 | 100 | 0 | 10 | 441 | 116 | 76 |
| Binary | 11001111 | 1010100 | 11101010 | 1100 | 1000000 | 0 | 1000 | 100100001 | 1001110 | 111110 |
Color Harmonies of #CF54EA
Complementary color
Monochromatic Colors of #CF54EA
Black with #CF54EA
Text Example
Text Example
White with #CF54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54EA; }
p { color: rgb(207,84,234); }
H1.HeaderClassName
{
color: #CF54EA;
}
.AnyTagClassName
{
color: #CF54EA;
}
</style>
background-color css
<style>
a { background-color: #CF54EA; }
a { background-color: rgb(207,84,234); }
div.DivClassName
{
background-color: #CF54EA;
}
.BgClassName
{
background-color: #CF54EA;
}
</style>
border-color css
<style>
span { border-color: #CF54EA; }
span { border-color: rgb(207,84,234); }
td.TdClassName
{
border-color: #CF54EA;
}
.TagClassName
{
border-color: #CF54EA;
}
</style>