Shades of Medium Orchid #C263CF
Tints of Medium Orchid #C263CF
RGB
CMYK
RGB Variations
Color information
#C263CF (or 0xC263CF) is known color: Medium Orchid. HEX triplet: C2, 63 and CF. RGB value is (194,99,207). Sum of RGB (Red+Green+Blue) = 194+99+207=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C263CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263CF is #3D9C30. Grayscale: #8B8B8B. Windows color (decimal): -4037681 or 13591490. OLE color: 13591490.
HSL color Cylindrical-coordinate representation of color #C263CF: hue angle of 292.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C263CF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 99 | 207 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.19 |
| HSL | 292.78º | 0.53% | 0.6% | - |
| HSV(B) | 292.78º | 0.52% | 0.81% | - |
| XYZ | 37.97 | 24.9 | 61.84 | - |
| YUV | 139.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 207 | 0.06 | 0.52 | 0 | 0.19 | 292.78 | 0.53 | 0.6 |
| Hex | C2 | 63 | CF | 6 | 34 | 0 | 13 | 125 | 35 | 3C |
| Octal | 302 | 143 | 317 | 6 | 64 | 0 | 23 | 445 | 65 | 74 |
| Binary | 11000010 | 1100011 | 11001111 | 110 | 110100 | 0 | 10011 | 100100101 | 110101 | 111100 |
Color Harmonies of #C263CF
Complementary color
Monochromatic Colors of #C263CF
Black with #C263CF
Text Example
Text Example
White with #C263CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263CF; }
p { color: rgb(194,99,207); }
H1.HeaderClassName
{
color: #C263CF;
}
.AnyTagClassName
{
color: #C263CF;
}
</style>
background-color css
<style>
a { background-color: #C263CF; }
a { background-color: rgb(194,99,207); }
div.DivClassName
{
background-color: #C263CF;
}
.BgClassName
{
background-color: #C263CF;
}
</style>
border-color css
<style>
span { border-color: #C263CF; }
span { border-color: rgb(194,99,207); }
td.TdClassName
{
border-color: #C263CF;
}
.TagClassName
{
border-color: #C263CF;
}
</style>