Shades of Medium Orchid #C258DB
Tints of Medium Orchid #C258DB
RGB
CMYK
RGB Variations
Color information
#C258DB (or 0xC258DB) is known color: Medium Orchid. HEX triplet: C2, 58 and DB. RGB value is (194,88,219). Sum of RGB (Red+Green+Blue) = 194+88+219=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #C258DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258DB is #3DA724. Grayscale: #868686. Windows color (decimal): -4040485 or 14375106. OLE color: 14375106.
HSL color Cylindrical-coordinate representation of color #C258DB: hue angle of 288.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C258DB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 88 | 219 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.14 |
| HSL | 288.55º | 0.65% | 0.6% | - |
| HSV(B) | 288.55º | 0.6% | 0.86% | - |
| XYZ | 38.52 | 23.56 | 69.54 | - |
| YUV | 134.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 219 | 0.11 | 0.60 | 0 | 0.14 | 288.55 | 0.65 | 0.6 |
| Hex | C2 | 58 | DB | B | 3C | 0 | E | 121 | 41 | 3C |
| Octal | 302 | 130 | 333 | 13 | 74 | 0 | 16 | 441 | 101 | 74 |
| Binary | 11000010 | 1011000 | 11011011 | 1011 | 111100 | 0 | 1110 | 100100001 | 1000001 | 111100 |
Color Harmonies of #C258DB
Complementary color
Monochromatic Colors of #C258DB
Black with #C258DB
Text Example
Text Example
White with #C258DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258DB; }
p { color: rgb(194,88,219); }
H1.HeaderClassName
{
color: #C258DB;
}
.AnyTagClassName
{
color: #C258DB;
}
</style>
background-color css
<style>
a { background-color: #C258DB; }
a { background-color: rgb(194,88,219); }
div.DivClassName
{
background-color: #C258DB;
}
.BgClassName
{
background-color: #C258DB;
}
</style>
border-color css
<style>
span { border-color: #C258DB; }
span { border-color: rgb(194,88,219); }
td.TdClassName
{
border-color: #C258DB;
}
.TagClassName
{
border-color: #C258DB;
}
</style>