Shades of Medium Orchid #C642EA
Tints of Medium Orchid #C642EA
RGB
CMYK
RGB Variations
Color information
#C642EA (or 0xC642EA) is known color: Medium Orchid. HEX triplet: C6, 42 and EA. RGB value is (198,66,234). Sum of RGB (Red+Green+Blue) = 198+66+234=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #C642EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642EA is #39BD15. Grayscale: #7C7C7C. Windows color (decimal): -3783958 or 15352518. OLE color: 15352518.
HSL color Cylindrical-coordinate representation of color #C642EA: hue angle of 287.14º 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 #C642EA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 66 | 234 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.08 |
| HSL | 287.14º | 0.8% | 0.59% | - |
| HSV(B) | 287.14º | 0.72% | 0.92% | - |
| XYZ | 40.09 | 21.84 | 79.95 | - |
| YUV | 124.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 234 | 0.15 | 0.72 | 0 | 0.08 | 287.14 | 0.8 | 0.59 |
| Hex | C6 | 42 | EA | F | 48 | 0 | 8 | 11F | 50 | 3B |
| Octal | 306 | 102 | 352 | 17 | 110 | 0 | 10 | 437 | 120 | 73 |
| Binary | 11000110 | 1000010 | 11101010 | 1111 | 1001000 | 0 | 1000 | 100011111 | 1010000 | 111011 |
Color Harmonies of #C642EA
Complementary color
Monochromatic Colors of #C642EA
Black with #C642EA
Text Example
Text Example
White with #C642EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642EA; }
p { color: rgb(198,66,234); }
H1.HeaderClassName
{
color: #C642EA;
}
.AnyTagClassName
{
color: #C642EA;
}
</style>
background-color css
<style>
a { background-color: #C642EA; }
a { background-color: rgb(198,66,234); }
div.DivClassName
{
background-color: #C642EA;
}
.BgClassName
{
background-color: #C642EA;
}
</style>
border-color css
<style>
span { border-color: #C642EA; }
span { border-color: rgb(198,66,234); }
td.TdClassName
{
border-color: #C642EA;
}
.TagClassName
{
border-color: #C642EA;
}
</style>