Shades of Medium Orchid #C263CE
Tints of Medium Orchid #C263CE
RGB
CMYK
RGB Variations
Color information
#C263CE (or 0xC263CE) is known color: Medium Orchid. HEX triplet: C2, 63 and CE. RGB value is (194,99,206). Sum of RGB (Red+Green+Blue) = 194+99+206=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C263CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263CE is #3D9C31. Grayscale: #8B8B8B. Windows color (decimal): -4037682 or 13525954. OLE color: 13525954.
HSL color Cylindrical-coordinate representation of color #C263CE: hue angle of 293.27º degrees, saturation: 0.52, 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 #C263CE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 99 | 206 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.19 |
| HSL | 293.27º | 0.52% | 0.6% | - |
| HSV(B) | 293.27º | 0.52% | 0.81% | - |
| XYZ | 37.85 | 24.85 | 61.19 | - |
| YUV | 139.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 206 | 0.06 | 0.52 | 0 | 0.19 | 293.27 | 0.52 | 0.6 |
| Hex | C2 | 63 | CE | 6 | 34 | 0 | 13 | 125 | 34 | 3C |
| Octal | 302 | 143 | 316 | 6 | 64 | 0 | 23 | 445 | 64 | 74 |
| Binary | 11000010 | 1100011 | 11001110 | 110 | 110100 | 0 | 10011 | 100100101 | 110100 | 111100 |
Color Harmonies of #C263CE
Complementary color
Monochromatic Colors of #C263CE
Black with #C263CE
Text Example
Text Example
White with #C263CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263CE; }
p { color: rgb(194,99,206); }
H1.HeaderClassName
{
color: #C263CE;
}
.AnyTagClassName
{
color: #C263CE;
}
</style>
background-color css
<style>
a { background-color: #C263CE; }
a { background-color: rgb(194,99,206); }
div.DivClassName
{
background-color: #C263CE;
}
.BgClassName
{
background-color: #C263CE;
}
</style>
border-color css
<style>
span { border-color: #C263CE; }
span { border-color: rgb(194,99,206); }
td.TdClassName
{
border-color: #C263CE;
}
.TagClassName
{
border-color: #C263CE;
}
</style>