Shades of Medium Orchid #C652DD
Tints of Medium Orchid #C652DD
RGB
CMYK
RGB Variations
Color information
#C652DD (or 0xC652DD) is known color: Medium Orchid. HEX triplet: C6, 52 and DD. RGB value is (198,82,221). Sum of RGB (Red+Green+Blue) = 198+82+221=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C652DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652DD is #39AD22. Grayscale: #848484. Windows color (decimal): -3779875 or 14504646. OLE color: 14504646.
HSL color Cylindrical-coordinate representation of color #C652DD: hue angle of 290.07º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C652DD is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 82 | 221 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.13 |
| HSL | 290.07º | 0.67% | 0.59% | - |
| HSV(B) | 290.07º | 0.63% | 0.87% | - |
| XYZ | 39.36 | 23.26 | 70.82 | - |
| YUV | 132.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 221 | 0.10 | 0.63 | 0 | 0.13 | 290.07 | 0.67 | 0.59 |
| Hex | C6 | 52 | DD | A | 3F | 0 | D | 122 | 43 | 3B |
| Octal | 306 | 122 | 335 | 12 | 77 | 0 | 15 | 442 | 103 | 73 |
| Binary | 11000110 | 1010010 | 11011101 | 1010 | 111111 | 0 | 1101 | 100100010 | 1000011 | 111011 |
Color Harmonies of #C652DD
Complementary color
Monochromatic Colors of #C652DD
Black with #C652DD
Text Example
Text Example
White with #C652DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652DD; }
p { color: rgb(198,82,221); }
H1.HeaderClassName
{
color: #C652DD;
}
.AnyTagClassName
{
color: #C652DD;
}
</style>
background-color css
<style>
a { background-color: #C652DD; }
a { background-color: rgb(198,82,221); }
div.DivClassName
{
background-color: #C652DD;
}
.BgClassName
{
background-color: #C652DD;
}
</style>
border-color css
<style>
span { border-color: #C652DD; }
span { border-color: rgb(198,82,221); }
td.TdClassName
{
border-color: #C652DD;
}
.TagClassName
{
border-color: #C652DD;
}
</style>