Shades of Medium Orchid #C263D3
Tints of Medium Orchid #C263D3
RGB
CMYK
RGB Variations
Color information
#C263D3 (or 0xC263D3) is known color: Medium Orchid. HEX triplet: C2, 63 and D3. RGB value is (194,99,211). Sum of RGB (Red+Green+Blue) = 194+99+211=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #C263D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263D3 is #3D9C2C. Grayscale: #8B8B8B. Windows color (decimal): -4037677 or 13853634. OLE color: 13853634.
HSL color Cylindrical-coordinate representation of color #C263D3: hue angle of 290.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C263D3 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 99 | 211 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.17 |
| HSL | 290.89º | 0.56% | 0.61% | - |
| HSV(B) | 290.89º | 0.53% | 0.83% | - |
| XYZ | 38.47 | 25.1 | 64.44 | - |
| YUV | 140.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 211 | 0.08 | 0.53 | 0 | 0.17 | 290.89 | 0.56 | 0.61 |
| Hex | C2 | 63 | D3 | 8 | 35 | 0 | 11 | 123 | 38 | 3D |
| Octal | 302 | 143 | 323 | 10 | 65 | 0 | 21 | 443 | 70 | 75 |
| Binary | 11000010 | 1100011 | 11010011 | 1000 | 110101 | 0 | 10001 | 100100011 | 111000 | 111101 |
Color Harmonies of #C263D3
Complementary color
Monochromatic Colors of #C263D3
Black with #C263D3
Text Example
Text Example
White with #C263D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263D3; }
p { color: rgb(194,99,211); }
H1.HeaderClassName
{
color: #C263D3;
}
.AnyTagClassName
{
color: #C263D3;
}
</style>
background-color css
<style>
a { background-color: #C263D3; }
a { background-color: rgb(194,99,211); }
div.DivClassName
{
background-color: #C263D3;
}
.BgClassName
{
background-color: #C263D3;
}
</style>
border-color css
<style>
span { border-color: #C263D3; }
span { border-color: rgb(194,99,211); }
td.TdClassName
{
border-color: #C263D3;
}
.TagClassName
{
border-color: #C263D3;
}
</style>