Shades of Medium Orchid #CF55EA
Tints of Medium Orchid #CF55EA
RGB
CMYK
RGB Variations
Color information
#CF55EA (or 0xCF55EA) is known color: Medium Orchid. HEX triplet: CF, 55 and EA. RGB value is (207,85,234). Sum of RGB (Red+Green+Blue) = 207+85+234=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF55EA is #30AA15. Grayscale: #898989. Windows color (decimal): -3189270 or 15357391. OLE color: 15357391.
HSL color Cylindrical-coordinate representation of color #CF55EA: hue angle of 289.13º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF55EA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 85 | 234 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.08 |
| HSL | 289.13º | 0.78% | 0.63% | - |
| HSV(B) | 289.13º | 0.64% | 0.92% | - |
| XYZ | 43.83 | 25.7 | 80.49 | - |
| YUV | 138.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 234 | 0.12 | 0.64 | 0 | 0.08 | 289.13 | 0.78 | 0.63 |
| Hex | CF | 55 | EA | C | 40 | 0 | 8 | 121 | 4E | 3F |
| Octal | 317 | 125 | 352 | 14 | 100 | 0 | 10 | 441 | 116 | 77 |
| Binary | 11001111 | 1010101 | 11101010 | 1100 | 1000000 | 0 | 1000 | 100100001 | 1001110 | 111111 |
Color Harmonies of #CF55EA
Complementary color
Monochromatic Colors of #CF55EA
Black with #CF55EA
Text Example
Text Example
White with #CF55EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55EA; }
p { color: rgb(207,85,234); }
H1.HeaderClassName
{
color: #CF55EA;
}
.AnyTagClassName
{
color: #CF55EA;
}
</style>
background-color css
<style>
a { background-color: #CF55EA; }
a { background-color: rgb(207,85,234); }
div.DivClassName
{
background-color: #CF55EA;
}
.BgClassName
{
background-color: #CF55EA;
}
</style>
border-color css
<style>
span { border-color: #CF55EA; }
span { border-color: rgb(207,85,234); }
td.TdClassName
{
border-color: #CF55EA;
}
.TagClassName
{
border-color: #CF55EA;
}
</style>