Shades of Medium Orchid #C05CF4
Tints of Medium Orchid #C05CF4
RGB
CMYK
RGB Variations
Color information
#C05CF4 (or 0xC05CF4) is known color: Medium Orchid. HEX triplet: C0, 5C and F4. RGB value is (192,92,244). Sum of RGB (Red+Green+Blue) = 192+92+244=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #C05CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05CF4 is #3FA30B. Grayscale: #8A8A8A. Windows color (decimal): -4170508 or 16014528. OLE color: 16014528.
HSL color Cylindrical-coordinate representation of color #C05CF4: hue angle of 279.47º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05CF4 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 92 | 244 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.04 |
| HSL | 279.47º | 0.87% | 0.66% | - |
| HSV(B) | 279.47º | 0.62% | 0.96% | - |
| XYZ | 41.89 | 25.39 | 88.28 | - |
| YUV | 139.23 | 187.13 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 244 | 0.21 | 0.62 | 0 | 0.04 | 279.47 | 0.87 | 0.66 |
| Hex | C0 | 5C | F4 | 15 | 3E | 0 | 4 | 117 | 57 | 42 |
| Octal | 300 | 134 | 364 | 25 | 76 | 0 | 4 | 427 | 127 | 102 |
| Binary | 11000000 | 1011100 | 11110100 | 10101 | 111110 | 0 | 100 | 100010111 | 1010111 | 1000010 |
Color Harmonies of #C05CF4
Complementary color
Monochromatic Colors of #C05CF4
Black with #C05CF4
Text Example
Text Example
White with #C05CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CF4; }
p { color: rgb(192,92,244); }
H1.HeaderClassName
{
color: #C05CF4;
}
.AnyTagClassName
{
color: #C05CF4;
}
</style>
background-color css
<style>
a { background-color: #C05CF4; }
a { background-color: rgb(192,92,244); }
div.DivClassName
{
background-color: #C05CF4;
}
.BgClassName
{
background-color: #C05CF4;
}
</style>
border-color css
<style>
span { border-color: #C05CF4; }
span { border-color: rgb(192,92,244); }
td.TdClassName
{
border-color: #C05CF4;
}
.TagClassName
{
border-color: #C05CF4;
}
</style>