Shades of Medium Orchid #C653DA
Tints of Medium Orchid #C653DA
RGB
CMYK
RGB Variations
Color information
#C653DA (or 0xC653DA) is known color: Medium Orchid. HEX triplet: C6, 53 and DA. RGB value is (198,83,218). Sum of RGB (Red+Green+Blue) = 198+83+218=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #C653DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653DA is #39AC25. Grayscale: #848484. Windows color (decimal): -3779622 or 14308294. OLE color: 14308294.
HSL color Cylindrical-coordinate representation of color #C653DA: hue angle of 291.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C653DA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 83 | 218 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.15 |
| HSL | 291.11º | 0.65% | 0.59% | - |
| HSV(B) | 291.11º | 0.62% | 0.85% | - |
| XYZ | 39.04 | 23.25 | 68.76 | - |
| YUV | 132.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 218 | 0.09 | 0.62 | 0 | 0.15 | 291.11 | 0.65 | 0.59 |
| Hex | C6 | 53 | DA | 9 | 3E | 0 | F | 123 | 41 | 3B |
| Octal | 306 | 123 | 332 | 11 | 76 | 0 | 17 | 443 | 101 | 73 |
| Binary | 11000110 | 1010011 | 11011010 | 1001 | 111110 | 0 | 1111 | 100100011 | 1000001 | 111011 |
Color Harmonies of #C653DA
Complementary color
Monochromatic Colors of #C653DA
Black with #C653DA
Text Example
Text Example
White with #C653DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653DA; }
p { color: rgb(198,83,218); }
H1.HeaderClassName
{
color: #C653DA;
}
.AnyTagClassName
{
color: #C653DA;
}
</style>
background-color css
<style>
a { background-color: #C653DA; }
a { background-color: rgb(198,83,218); }
div.DivClassName
{
background-color: #C653DA;
}
.BgClassName
{
background-color: #C653DA;
}
</style>
border-color css
<style>
span { border-color: #C653DA; }
span { border-color: rgb(198,83,218); }
td.TdClassName
{
border-color: #C653DA;
}
.TagClassName
{
border-color: #C653DA;
}
</style>