Shades of Medium Orchid #C262DF
Tints of Medium Orchid #C262DF
RGB
CMYK
RGB Variations
Color information
#C262DF (or 0xC262DF) is known color: Medium Orchid. HEX triplet: C2, 62 and DF. RGB value is (194,98,223). Sum of RGB (Red+Green+Blue) = 194+98+223=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #C262DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262DF is #3D9D20. Grayscale: #8C8C8C. Windows color (decimal): -4037921 or 14639810. OLE color: 14639810.
HSL color Cylindrical-coordinate representation of color #C262DF: hue angle of 286.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C262DF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 98 | 223 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.13 |
| HSL | 286.08º | 0.66% | 0.63% | - |
| HSV(B) | 286.08º | 0.56% | 0.87% | - |
| XYZ | 39.94 | 25.53 | 72.64 | - |
| YUV | 140.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 223 | 0.13 | 0.56 | 0 | 0.13 | 286.08 | 0.66 | 0.63 |
| Hex | C2 | 62 | DF | D | 38 | 0 | D | 11E | 42 | 3F |
| Octal | 302 | 142 | 337 | 15 | 70 | 0 | 15 | 436 | 102 | 77 |
| Binary | 11000010 | 1100010 | 11011111 | 1101 | 111000 | 0 | 1101 | 100011110 | 1000010 | 111111 |
Color Harmonies of #C262DF
Complementary color
Monochromatic Colors of #C262DF
Black with #C262DF
Text Example
Text Example
White with #C262DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262DF; }
p { color: rgb(194,98,223); }
H1.HeaderClassName
{
color: #C262DF;
}
.AnyTagClassName
{
color: #C262DF;
}
</style>
background-color css
<style>
a { background-color: #C262DF; }
a { background-color: rgb(194,98,223); }
div.DivClassName
{
background-color: #C262DF;
}
.BgClassName
{
background-color: #C262DF;
}
</style>
border-color css
<style>
span { border-color: #C262DF; }
span { border-color: rgb(194,98,223); }
td.TdClassName
{
border-color: #C262DF;
}
.TagClassName
{
border-color: #C262DF;
}
</style>