Shades of Medium Orchid #C262CE
Tints of Medium Orchid #C262CE
RGB
CMYK
RGB Variations
Color information
#C262CE (or 0xC262CE) is known color: Medium Orchid. HEX triplet: C2, 62 and CE. RGB value is (194,98,206). Sum of RGB (Red+Green+Blue) = 194+98+206=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #C262CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262CE is #3D9D31. Grayscale: #8A8A8A. Windows color (decimal): -4037938 or 13525698. OLE color: 13525698.
HSL color Cylindrical-coordinate representation of color #C262CE: hue angle of 293.33º 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 #C262CE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 98 | 206 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.19 |
| HSL | 293.33º | 0.52% | 0.6% | - |
| HSV(B) | 293.33º | 0.52% | 0.81% | - |
| XYZ | 37.76 | 24.66 | 61.16 | - |
| YUV | 139.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 206 | 0.06 | 0.52 | 0 | 0.19 | 293.33 | 0.52 | 0.6 |
| Hex | C2 | 62 | CE | 6 | 34 | 0 | 13 | 125 | 34 | 3C |
| Octal | 302 | 142 | 316 | 6 | 64 | 0 | 23 | 445 | 64 | 74 |
| Binary | 11000010 | 1100010 | 11001110 | 110 | 110100 | 0 | 10011 | 100100101 | 110100 | 111100 |
Color Harmonies of #C262CE
Complementary color
Monochromatic Colors of #C262CE
Black with #C262CE
Text Example
Text Example
White with #C262CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262CE; }
p { color: rgb(194,98,206); }
H1.HeaderClassName
{
color: #C262CE;
}
.AnyTagClassName
{
color: #C262CE;
}
</style>
background-color css
<style>
a { background-color: #C262CE; }
a { background-color: rgb(194,98,206); }
div.DivClassName
{
background-color: #C262CE;
}
.BgClassName
{
background-color: #C262CE;
}
</style>
border-color css
<style>
span { border-color: #C262CE; }
span { border-color: rgb(194,98,206); }
td.TdClassName
{
border-color: #C262CE;
}
.TagClassName
{
border-color: #C262CE;
}
</style>