Shades of Medium Orchid #C262DB
Tints of Medium Orchid #C262DB
RGB
CMYK
RGB Variations
Color information
#C262DB (or 0xC262DB) is known color: Medium Orchid. HEX triplet: C2, 62 and DB. RGB value is (194,98,219). Sum of RGB (Red+Green+Blue) = 194+98+219=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C262DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262DB is #3D9D24. Grayscale: #8C8C8C. Windows color (decimal): -4037925 or 14377666. OLE color: 14377666.
HSL color Cylindrical-coordinate representation of color #C262DB: hue angle of 287.6º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C262DB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 98 | 219 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.14 |
| HSL | 287.6º | 0.63% | 0.62% | - |
| HSV(B) | 287.6º | 0.55% | 0.86% | - |
| XYZ | 39.4 | 25.32 | 69.83 | - |
| YUV | 140.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 219 | 0.11 | 0.55 | 0 | 0.14 | 287.6 | 0.63 | 0.62 |
| Hex | C2 | 62 | DB | B | 37 | 0 | E | 120 | 3F | 3E |
| Octal | 302 | 142 | 333 | 13 | 67 | 0 | 16 | 440 | 77 | 76 |
| Binary | 11000010 | 1100010 | 11011011 | 1011 | 110111 | 0 | 1110 | 100100000 | 111111 | 111110 |
Color Harmonies of #C262DB
Complementary color
Monochromatic Colors of #C262DB
Black with #C262DB
Text Example
Text Example
White with #C262DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262DB; }
p { color: rgb(194,98,219); }
H1.HeaderClassName
{
color: #C262DB;
}
.AnyTagClassName
{
color: #C262DB;
}
</style>
background-color css
<style>
a { background-color: #C262DB; }
a { background-color: rgb(194,98,219); }
div.DivClassName
{
background-color: #C262DB;
}
.BgClassName
{
background-color: #C262DB;
}
</style>
border-color css
<style>
span { border-color: #C262DB; }
span { border-color: rgb(194,98,219); }
td.TdClassName
{
border-color: #C262DB;
}
.TagClassName
{
border-color: #C262DB;
}
</style>