Shades of Medium Orchid #C13CCF
Tints of Medium Orchid #C13CCF
RGB
CMYK
RGB Variations
Color information
#C13CCF (or 0xC13CCF) is known color: Medium Orchid. HEX triplet: C1, 3C and CF. RGB value is (193,60,207). Sum of RGB (Red+Green+Blue) = 193+60+207=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #C13CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CCF is #3EC330. Grayscale: #747474. Windows color (decimal): -4113201 or 13581505. OLE color: 13581505.
HSL color Cylindrical-coordinate representation of color #C13CCF: hue angle of 294.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13CCF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 60 | 207 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.19 |
| HSL | 294.29º | 0.6% | 0.52% | - |
| HSV(B) | 294.29º | 0.71% | 0.81% | - |
| XYZ | 34.87 | 19.07 | 60.88 | - |
| YUV | 116.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 207 | 0.07 | 0.71 | 0 | 0.19 | 294.29 | 0.6 | 0.52 |
| Hex | C1 | 3C | CF | 7 | 47 | 0 | 13 | 126 | 3C | 34 |
| Octal | 301 | 74 | 317 | 7 | 107 | 0 | 23 | 446 | 74 | 64 |
| Binary | 11000001 | 111100 | 11001111 | 111 | 1000111 | 0 | 10011 | 100100110 | 111100 | 110100 |
Color Harmonies of #C13CCF
Complementary color
Monochromatic Colors of #C13CCF
Black with #C13CCF
Text Example
Text Example
White with #C13CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CCF; }
p { color: rgb(193,60,207); }
H1.HeaderClassName
{
color: #C13CCF;
}
.AnyTagClassName
{
color: #C13CCF;
}
</style>
background-color css
<style>
a { background-color: #C13CCF; }
a { background-color: rgb(193,60,207); }
div.DivClassName
{
background-color: #C13CCF;
}
.BgClassName
{
background-color: #C13CCF;
}
</style>
border-color css
<style>
span { border-color: #C13CCF; }
span { border-color: rgb(193,60,207); }
td.TdClassName
{
border-color: #C13CCF;
}
.TagClassName
{
border-color: #C13CCF;
}
</style>