Shades of Medium Orchid #C262DD
Tints of Medium Orchid #C262DD
RGB
CMYK
RGB Variations
Color information
#C262DD (or 0xC262DD) is known color: Medium Orchid. HEX triplet: C2, 62 and DD. RGB value is (194,98,221). Sum of RGB (Red+Green+Blue) = 194+98+221=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C262DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262DD is #3D9D22. Grayscale: #8C8C8C. Windows color (decimal): -4037923 or 14508738. OLE color: 14508738.
HSL color Cylindrical-coordinate representation of color #C262DD: hue angle of 286.83º degrees, saturation: 0.64, 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 #C262DD is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 98 | 221 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.13 |
| HSL | 286.83º | 0.64% | 0.63% | - |
| HSV(B) | 286.83º | 0.56% | 0.87% | - |
| XYZ | 39.67 | 25.43 | 71.22 | - |
| YUV | 140.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 221 | 0.12 | 0.56 | 0 | 0.13 | 286.83 | 0.64 | 0.63 |
| Hex | C2 | 62 | DD | C | 38 | 0 | D | 11F | 40 | 3F |
| Octal | 302 | 142 | 335 | 14 | 70 | 0 | 15 | 437 | 100 | 77 |
| Binary | 11000010 | 1100010 | 11011101 | 1100 | 111000 | 0 | 1101 | 100011111 | 1000000 | 111111 |
Color Harmonies of #C262DD
Complementary color
Monochromatic Colors of #C262DD
Black with #C262DD
Text Example
Text Example
White with #C262DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262DD; }
p { color: rgb(194,98,221); }
H1.HeaderClassName
{
color: #C262DD;
}
.AnyTagClassName
{
color: #C262DD;
}
</style>
background-color css
<style>
a { background-color: #C262DD; }
a { background-color: rgb(194,98,221); }
div.DivClassName
{
background-color: #C262DD;
}
.BgClassName
{
background-color: #C262DD;
}
</style>
border-color css
<style>
span { border-color: #C262DD; }
span { border-color: rgb(194,98,221); }
td.TdClassName
{
border-color: #C262DD;
}
.TagClassName
{
border-color: #C262DD;
}
</style>