Shades of Medium Orchid #C262D7
Tints of Medium Orchid #C262D7
RGB
CMYK
RGB Variations
Color information
#C262D7 (or 0xC262D7) is known color: Medium Orchid. HEX triplet: C2, 62 and D7. RGB value is (194,98,215). Sum of RGB (Red+Green+Blue) = 194+98+215=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #C262D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262D7 is #3D9D28. Grayscale: #8B8B8B. Windows color (decimal): -4037929 or 14115522. OLE color: 14115522.
HSL color Cylindrical-coordinate representation of color #C262D7: hue angle of 289.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C262D7 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 98 | 215 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.16 |
| HSL | 289.23º | 0.59% | 0.61% | - |
| HSV(B) | 289.23º | 0.54% | 0.84% | - |
| XYZ | 38.88 | 25.11 | 67.09 | - |
| YUV | 140.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 215 | 0.10 | 0.54 | 0 | 0.16 | 289.23 | 0.59 | 0.61 |
| Hex | C2 | 62 | D7 | A | 36 | 0 | 10 | 121 | 3B | 3D |
| Octal | 302 | 142 | 327 | 12 | 66 | 0 | 20 | 441 | 73 | 75 |
| Binary | 11000010 | 1100010 | 11010111 | 1010 | 110110 | 0 | 10000 | 100100001 | 111011 | 111101 |
Color Harmonies of #C262D7
Complementary color
Monochromatic Colors of #C262D7
Black with #C262D7
Text Example
Text Example
White with #C262D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262D7; }
p { color: rgb(194,98,215); }
H1.HeaderClassName
{
color: #C262D7;
}
.AnyTagClassName
{
color: #C262D7;
}
</style>
background-color css
<style>
a { background-color: #C262D7; }
a { background-color: rgb(194,98,215); }
div.DivClassName
{
background-color: #C262D7;
}
.BgClassName
{
background-color: #C262D7;
}
</style>
border-color css
<style>
span { border-color: #C262D7; }
span { border-color: rgb(194,98,215); }
td.TdClassName
{
border-color: #C262D7;
}
.TagClassName
{
border-color: #C262D7;
}
</style>