Shades of Medium Orchid #C243CF
Tints of Medium Orchid #C243CF
RGB
CMYK
RGB Variations
Color information
#C243CF (or 0xC243CF) is known color: Medium Orchid. HEX triplet: C2, 43 and CF. RGB value is (194,67,207). Sum of RGB (Red+Green+Blue) = 194+67+207=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #C243CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243CF is #3DBC30. Grayscale: #787878. Windows color (decimal): -4045873 or 13583298. OLE color: 13583298.
HSL color Cylindrical-coordinate representation of color #C243CF: hue angle of 294.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C243CF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 67 | 207 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.19 |
| HSL | 294.43º | 0.59% | 0.54% | - |
| HSV(B) | 294.43º | 0.68% | 0.81% | - |
| XYZ | 35.52 | 19.99 | 61.02 | - |
| YUV | 120.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 207 | 0.06 | 0.68 | 0 | 0.19 | 294.43 | 0.59 | 0.54 |
| Hex | C2 | 43 | CF | 6 | 44 | 0 | 13 | 126 | 3B | 36 |
| Octal | 302 | 103 | 317 | 6 | 104 | 0 | 23 | 446 | 73 | 66 |
| Binary | 11000010 | 1000011 | 11001111 | 110 | 1000100 | 0 | 10011 | 100100110 | 111011 | 110110 |
Color Harmonies of #C243CF
Complementary color
Monochromatic Colors of #C243CF
Black with #C243CF
Text Example
Text Example
White with #C243CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243CF; }
p { color: rgb(194,67,207); }
H1.HeaderClassName
{
color: #C243CF;
}
.AnyTagClassName
{
color: #C243CF;
}
</style>
background-color css
<style>
a { background-color: #C243CF; }
a { background-color: rgb(194,67,207); }
div.DivClassName
{
background-color: #C243CF;
}
.BgClassName
{
background-color: #C243CF;
}
</style>
border-color css
<style>
span { border-color: #C243CF; }
span { border-color: rgb(194,67,207); }
td.TdClassName
{
border-color: #C243CF;
}
.TagClassName
{
border-color: #C243CF;
}
</style>