Shades of Medium Orchid #C653DC
Tints of Medium Orchid #C653DC
RGB
CMYK
RGB Variations
Color information
#C653DC (or 0xC653DC) is known color: Medium Orchid. HEX triplet: C6, 53 and DC. RGB value is (198,83,220). Sum of RGB (Red+Green+Blue) = 198+83+220=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C653DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653DC is #39AC23. Grayscale: #848484. Windows color (decimal): -3779620 or 14439366. OLE color: 14439366.
HSL color Cylindrical-coordinate representation of color #C653DC: hue angle of 290.36º degrees, saturation: 0.66, 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 #C653DC is Cyan = 0.1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 83 | 220 | - |
| CMYK | 0.1 | 0.62 | 0 | 0.14 |
| HSL | 290.37º | 0.66% | 0.59% | - |
| HSV(B) | 290.37º | 0.62% | 0.86% | - |
| XYZ | 39.3 | 23.36 | 70.15 | - |
| YUV | 133 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 220 | 0.1 | 0.62 | 0 | 0.14 | 290.37 | 0.66 | 0.59 |
| Hex | C6 | 53 | DC | A | 3E | 0 | E | 122 | 42 | 3B |
| Octal | 306 | 123 | 334 | 12 | 76 | 0 | 16 | 442 | 102 | 73 |
| Binary | 11000110 | 1010011 | 11011100 | 1010 | 111110 | 0 | 1110 | 100100010 | 1000010 | 111011 |
Color Harmonies of #C653DC
Complementary color
Monochromatic Colors of #C653DC
Black with #C653DC
Text Example
Text Example
White with #C653DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653DC; }
p { color: rgb(198,83,220); }
H1.HeaderClassName
{
color: #C653DC;
}
.AnyTagClassName
{
color: #C653DC;
}
</style>
background-color css
<style>
a { background-color: #C653DC; }
a { background-color: rgb(198,83,220); }
div.DivClassName
{
background-color: #C653DC;
}
.BgClassName
{
background-color: #C653DC;
}
</style>
border-color css
<style>
span { border-color: #C653DC; }
span { border-color: rgb(198,83,220); }
td.TdClassName
{
border-color: #C653DC;
}
.TagClassName
{
border-color: #C653DC;
}
</style>