Shades of Medium Orchid #C653F2
Tints of Medium Orchid #C653F2
RGB
CMYK
RGB Variations
Color information
#C653F2 (or 0xC653F2) is known color: Medium Orchid. HEX triplet: C6, 53 and F2. RGB value is (198,83,242). Sum of RGB (Red+Green+Blue) = 198+83+242=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #C653F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C653F2 is #39AC0D. Grayscale: #868686. Windows color (decimal): -3779598 or 15881158. OLE color: 15881158.
HSL color Cylindrical-coordinate representation of color #C653F2: hue angle of 283.4º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C653F2 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 83 | 242 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.05 |
| HSL | 283.4º | 0.86% | 0.64% | - |
| HSV(B) | 283.4º | 0.66% | 0.95% | - |
| XYZ | 42.41 | 24.6 | 86.52 | - |
| YUV | 135.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 242 | 0.18 | 0.66 | 0 | 0.05 | 283.4 | 0.86 | 0.64 |
| Hex | C6 | 53 | F2 | 12 | 42 | 0 | 5 | 11B | 56 | 40 |
| Octal | 306 | 123 | 362 | 22 | 102 | 0 | 5 | 433 | 126 | 100 |
| Binary | 11000110 | 1010011 | 11110010 | 10010 | 1000010 | 0 | 101 | 100011011 | 1010110 | 1000000 |
Color Harmonies of #C653F2
Complementary color
Monochromatic Colors of #C653F2
Black with #C653F2
Text Example
Text Example
White with #C653F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653F2; }
p { color: rgb(198,83,242); }
H1.HeaderClassName
{
color: #C653F2;
}
.AnyTagClassName
{
color: #C653F2;
}
</style>
background-color css
<style>
a { background-color: #C653F2; }
a { background-color: rgb(198,83,242); }
div.DivClassName
{
background-color: #C653F2;
}
.BgClassName
{
background-color: #C653F2;
}
</style>
border-color css
<style>
span { border-color: #C653F2; }
span { border-color: rgb(198,83,242); }
td.TdClassName
{
border-color: #C653F2;
}
.TagClassName
{
border-color: #C653F2;
}
</style>