Shades of Medium Orchid #C853DB
Tints of Medium Orchid #C853DB
RGB
CMYK
RGB Variations
Color information
#C853DB (or 0xC853DB) is known color: Medium Orchid. HEX triplet: C8, 53 and DB. RGB value is (200,83,219). Sum of RGB (Red+Green+Blue) = 200+83+219=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C853DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853DB is #37AC24. Grayscale: #858585. Windows color (decimal): -3648549 or 14373832. OLE color: 14373832.
HSL color Cylindrical-coordinate representation of color #C853DB: hue angle of 291.62º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C853DB is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 83 | 219 | - |
CMYK | 0.09 | 0.62 | 0 | 0.14 |
HSL | 291.62º | 0.65% | 0.59% | - |
HSV(B) | 291.62º | 0.62% | 0.86% | - |
XYZ | 39.7 | 23.58 | 69.48 | - |
YUV | 133.49 | 176.26 | 175.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 83 | 219 | 0.09 | 0.62 | 0 | 0.14 | 291.62 | 0.65 | 0.59 |
Hex | C8 | 53 | DB | 9 | 3E | 0 | E | 124 | 41 | 3B |
Octal | 310 | 123 | 333 | 11 | 76 | 0 | 16 | 444 | 101 | 73 |
Binary | 11001000 | 1010011 | 11011011 | 1001 | 111110 | 0 | 1110 | 100100100 | 1000001 | 111011 |
Color Harmonies of #C853DB
Complementary color
Monochromatic Colors of #C853DB
Black with #C853DB
Text Example
Text Example
White with #C853DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853DB; }
p { color: rgb(200,83,219); }
H1.HeaderClassName
{
color: #C853DB;
}
.AnyTagClassName
{
color: #C853DB;
}
</style>
background-color css
<style>
a { background-color: #C853DB; }
a { background-color: rgb(200,83,219); }
div.DivClassName
{
background-color: #C853DB;
}
.BgClassName
{
background-color: #C853DB;
}
</style>
border-color css
<style>
span { border-color: #C853DB; }
span { border-color: rgb(200,83,219); }
td.TdClassName
{
border-color: #C853DB;
}
.TagClassName
{
border-color: #C853DB;
}
</style>