Shades of Medium Orchid #C05CCF
Tints of Medium Orchid #C05CCF
RGB
CMYK
RGB Variations
Color information
#C05CCF (or 0xC05CCF) is known color: Medium Orchid. HEX triplet: C0, 5C and CF. RGB value is (192,92,207). Sum of RGB (Red+Green+Blue) = 192+92+207=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #C05CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CCF is #3FA330. Grayscale: #868686. Windows color (decimal): -4170545 or 13589696. OLE color: 13589696.
HSL color Cylindrical-coordinate representation of color #C05CCF: hue angle of 292.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05CCF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 92 | 207 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.19 |
| HSL | 292.17º | 0.55% | 0.59% | - |
| HSV(B) | 292.17º | 0.56% | 0.81% | - |
| XYZ | 36.83 | 23.37 | 61.6 | - |
| YUV | 135.01 | 168.63 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 207 | 0.07 | 0.56 | 0 | 0.19 | 292.17 | 0.55 | 0.59 |
| Hex | C0 | 5C | CF | 7 | 38 | 0 | 13 | 124 | 37 | 3B |
| Octal | 300 | 134 | 317 | 7 | 70 | 0 | 23 | 444 | 67 | 73 |
| Binary | 11000000 | 1011100 | 11001111 | 111 | 111000 | 0 | 10011 | 100100100 | 110111 | 111011 |
Color Harmonies of #C05CCF
Complementary color
Monochromatic Colors of #C05CCF
Black with #C05CCF
Text Example
Text Example
White with #C05CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CCF; }
p { color: rgb(192,92,207); }
H1.HeaderClassName
{
color: #C05CCF;
}
.AnyTagClassName
{
color: #C05CCF;
}
</style>
background-color css
<style>
a { background-color: #C05CCF; }
a { background-color: rgb(192,92,207); }
div.DivClassName
{
background-color: #C05CCF;
}
.BgClassName
{
background-color: #C05CCF;
}
</style>
border-color css
<style>
span { border-color: #C05CCF; }
span { border-color: rgb(192,92,207); }
td.TdClassName
{
border-color: #C05CCF;
}
.TagClassName
{
border-color: #C05CCF;
}
</style>