Shades of Medium Orchid #C652DC
Tints of Medium Orchid #C652DC
RGB
CMYK
RGB Variations
Color information
#C652DC (or 0xC652DC) is known color: Medium Orchid. HEX triplet: C6, 52 and DC. RGB value is (198,82,220). Sum of RGB (Red+Green+Blue) = 198+82+220=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C652DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652DC is #39AD23. Grayscale: #838383. Windows color (decimal): -3779876 or 14439110. OLE color: 14439110.
HSL color Cylindrical-coordinate representation of color #C652DC: hue angle of 290.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C652DC is Cyan = 0.1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 82 | 220 | - |
| CMYK | 0.1 | 0.63 | 0 | 0.14 |
| HSL | 290.43º | 0.66% | 0.59% | - |
| HSV(B) | 290.43º | 0.63% | 0.86% | - |
| XYZ | 39.22 | 23.21 | 70.12 | - |
| YUV | 132.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 220 | 0.1 | 0.63 | 0 | 0.14 | 290.43 | 0.66 | 0.59 |
| Hex | C6 | 52 | DC | A | 3F | 0 | E | 122 | 42 | 3B |
| Octal | 306 | 122 | 334 | 12 | 77 | 0 | 16 | 442 | 102 | 73 |
| Binary | 11000110 | 1010010 | 11011100 | 1010 | 111111 | 0 | 1110 | 100100010 | 1000010 | 111011 |
Color Harmonies of #C652DC
Complementary color
Monochromatic Colors of #C652DC
Black with #C652DC
Text Example
Text Example
White with #C652DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652DC; }
p { color: rgb(198,82,220); }
H1.HeaderClassName
{
color: #C652DC;
}
.AnyTagClassName
{
color: #C652DC;
}
</style>
background-color css
<style>
a { background-color: #C652DC; }
a { background-color: rgb(198,82,220); }
div.DivClassName
{
background-color: #C652DC;
}
.BgClassName
{
background-color: #C652DC;
}
</style>
border-color css
<style>
span { border-color: #C652DC; }
span { border-color: rgb(198,82,220); }
td.TdClassName
{
border-color: #C652DC;
}
.TagClassName
{
border-color: #C652DC;
}
</style>