Shades of Medium Orchid #CF42EA
Tints of Medium Orchid #CF42EA
RGB
CMYK
RGB Variations
Color information
#CF42EA (or 0xCF42EA) is known color: Medium Orchid. HEX triplet: CF, 42 and EA. RGB value is (207,66,234). Sum of RGB (Red+Green+Blue) = 207+66+234=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF42EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42EA is #30BD15. Grayscale: #7E7E7E. Windows color (decimal): -3194134 or 15352527. OLE color: 15352527.
HSL color Cylindrical-coordinate representation of color #CF42EA: hue angle of 290.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF42EA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 66 | 234 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.08 |
| HSL | 290.36º | 0.8% | 0.59% | - |
| HSV(B) | 290.36º | 0.72% | 0.92% | - |
| XYZ | 42.53 | 23.1 | 80.06 | - |
| YUV | 127.31 | 188.21 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 234 | 0.12 | 0.72 | 0 | 0.08 | 290.36 | 0.8 | 0.59 |
| Hex | CF | 42 | EA | C | 48 | 0 | 8 | 122 | 50 | 3B |
| Octal | 317 | 102 | 352 | 14 | 110 | 0 | 10 | 442 | 120 | 73 |
| Binary | 11001111 | 1000010 | 11101010 | 1100 | 1001000 | 0 | 1000 | 100100010 | 1010000 | 111011 |
Color Harmonies of #CF42EA
Complementary color
Monochromatic Colors of #CF42EA
Black with #CF42EA
Text Example
Text Example
White with #CF42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42EA; }
p { color: rgb(207,66,234); }
H1.HeaderClassName
{
color: #CF42EA;
}
.AnyTagClassName
{
color: #CF42EA;
}
</style>
background-color css
<style>
a { background-color: #CF42EA; }
a { background-color: rgb(207,66,234); }
div.DivClassName
{
background-color: #CF42EA;
}
.BgClassName
{
background-color: #CF42EA;
}
</style>
border-color css
<style>
span { border-color: #CF42EA; }
span { border-color: rgb(207,66,234); }
td.TdClassName
{
border-color: #CF42EA;
}
.TagClassName
{
border-color: #CF42EA;
}
</style>