Shades of Medium Orchid #CF33E5
Tints of Medium Orchid #CF33E5
RGB
CMYK
RGB Variations
Color information
#CF33E5 (or 0xCF33E5) is known color: Medium Orchid. HEX triplet: CF, 33 and E5. RGB value is (207,51,229). Sum of RGB (Red+Green+Blue) = 207+51+229=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF33E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33E5 is #30CC1A. Grayscale: #757575. Windows color (decimal): -3197979 or 15021007. OLE color: 15021007.
HSL color Cylindrical-coordinate representation of color #CF33E5: hue angle of 292.58º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF33E5 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 51 | 229 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.10 |
| HSL | 292.58º | 0.77% | 0.55% | - |
| HSV(B) | 292.58º | 0.78% | 0.9% | - |
| XYZ | 41.06 | 21.29 | 76.07 | - |
| YUV | 117.94 | 190.68 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 229 | 0.10 | 0.78 | 0 | 0.10 | 292.58 | 0.77 | 0.55 |
| Hex | CF | 33 | E5 | A | 4E | 0 | A | 125 | 4D | 37 |
| Octal | 317 | 63 | 345 | 12 | 116 | 0 | 12 | 445 | 115 | 67 |
| Binary | 11001111 | 110011 | 11100101 | 1010 | 1001110 | 0 | 1010 | 100100101 | 1001101 | 110111 |
Color Harmonies of #CF33E5
Complementary color
Monochromatic Colors of #CF33E5
Black with #CF33E5
Text Example
Text Example
White with #CF33E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33E5; }
p { color: rgb(207,51,229); }
H1.HeaderClassName
{
color: #CF33E5;
}
.AnyTagClassName
{
color: #CF33E5;
}
</style>
background-color css
<style>
a { background-color: #CF33E5; }
a { background-color: rgb(207,51,229); }
div.DivClassName
{
background-color: #CF33E5;
}
.BgClassName
{
background-color: #CF33E5;
}
</style>
border-color css
<style>
span { border-color: #CF33E5; }
span { border-color: rgb(207,51,229); }
td.TdClassName
{
border-color: #CF33E5;
}
.TagClassName
{
border-color: #CF33E5;
}
</style>