Shades of Medium Orchid #CF33EA
Tints of Medium Orchid #CF33EA
RGB
CMYK
RGB Variations
Color information
#CF33EA (or 0xCF33EA) is known color: Medium Orchid. HEX triplet: CF, 33 and EA. RGB value is (207,51,234). Sum of RGB (Red+Green+Blue) = 207+51+234=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF33EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF33EA is #30CC15. Grayscale: #757575. Windows color (decimal): -3197974 or 15348687. OLE color: 15348687.
HSL color Cylindrical-coordinate representation of color #CF33EA: hue angle of 291.15º 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 #CF33EA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 51 | 234 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.08 |
| HSL | 291.15º | 0.81% | 0.56% | - |
| HSV(B) | 291.15º | 0.78% | 0.92% | - |
| XYZ | 41.77 | 21.57 | 79.8 | - |
| YUV | 118.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 234 | 0.12 | 0.78 | 0 | 0.08 | 291.15 | 0.81 | 0.56 |
| Hex | CF | 33 | EA | C | 4E | 0 | 8 | 123 | 51 | 38 |
| Octal | 317 | 63 | 352 | 14 | 116 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11001111 | 110011 | 11101010 | 1100 | 1001110 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #CF33EA
Complementary color
Monochromatic Colors of #CF33EA
Black with #CF33EA
Text Example
Text Example
White with #CF33EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33EA; }
p { color: rgb(207,51,234); }
H1.HeaderClassName
{
color: #CF33EA;
}
.AnyTagClassName
{
color: #CF33EA;
}
</style>
background-color css
<style>
a { background-color: #CF33EA; }
a { background-color: rgb(207,51,234); }
div.DivClassName
{
background-color: #CF33EA;
}
.BgClassName
{
background-color: #CF33EA;
}
</style>
border-color css
<style>
span { border-color: #CF33EA; }
span { border-color: rgb(207,51,234); }
td.TdClassName
{
border-color: #CF33EA;
}
.TagClassName
{
border-color: #CF33EA;
}
</style>