Shades of Medium Orchid #C858DB
Tints of Medium Orchid #C858DB
RGB
CMYK
RGB Variations
Color information
#C858DB (or 0xC858DB) is known color: Medium Orchid. HEX triplet: C8, 58 and DB. RGB value is (200,88,219). Sum of RGB (Red+Green+Blue) = 200+88+219=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C858DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858DB is #37A724. Grayscale: #888888. Windows color (decimal): -3647269 or 14375112. OLE color: 14375112.
HSL color Cylindrical-coordinate representation of color #C858DB: hue angle of 291.3º 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 #C858DB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 88 | 219 | - |
CMYK | 0.09 | 0.60 | 0 | 0.14 |
HSL | 291.3º | 0.65% | 0.6% | - |
HSV(B) | 291.3º | 0.6% | 0.86% | - |
XYZ | 40.1 | 24.37 | 69.61 | - |
YUV | 136.42 | 174.61 | 173.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 88 | 219 | 0.09 | 0.60 | 0 | 0.14 | 291.3 | 0.65 | 0.6 |
Hex | C8 | 58 | DB | 9 | 3C | 0 | E | 123 | 41 | 3C |
Octal | 310 | 130 | 333 | 11 | 74 | 0 | 16 | 443 | 101 | 74 |
Binary | 11001000 | 1011000 | 11011011 | 1001 | 111100 | 0 | 1110 | 100100011 | 1000001 | 111100 |
Color Harmonies of #C858DB
Complementary color
Monochromatic Colors of #C858DB
Black with #C858DB
Text Example
Text Example
White with #C858DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858DB; }
p { color: rgb(200,88,219); }
H1.HeaderClassName
{
color: #C858DB;
}
.AnyTagClassName
{
color: #C858DB;
}
</style>
background-color css
<style>
a { background-color: #C858DB; }
a { background-color: rgb(200,88,219); }
div.DivClassName
{
background-color: #C858DB;
}
.BgClassName
{
background-color: #C858DB;
}
</style>
border-color css
<style>
span { border-color: #C858DB; }
span { border-color: rgb(200,88,219); }
td.TdClassName
{
border-color: #C858DB;
}
.TagClassName
{
border-color: #C858DB;
}
</style>