Shades of Medium Orchid #C65AF3
Tints of Medium Orchid #C65AF3
RGB
CMYK
RGB Variations
Color information
#C65AF3 (or 0xC65AF3) is known color: Medium Orchid. HEX triplet: C6, 5A and F3. RGB value is (198,90,243). Sum of RGB (Red+Green+Blue) = 198+90+243=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #C65AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65AF3 is #39A50C. Grayscale: #8B8B8B. Windows color (decimal): -3777805 or 15948486. OLE color: 15948486.
HSL color Cylindrical-coordinate representation of color #C65AF3: hue angle of 282.35º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65AF3 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 90 | 243 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.05 |
| HSL | 282.35º | 0.86% | 0.65% | - |
| HSV(B) | 282.35º | 0.63% | 0.95% | - |
| XYZ | 43.12 | 25.79 | 87.5 | - |
| YUV | 139.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 243 | 0.19 | 0.63 | 0 | 0.05 | 282.35 | 0.86 | 0.65 |
| Hex | C6 | 5A | F3 | 13 | 3F | 0 | 5 | 11A | 56 | 41 |
| Octal | 306 | 132 | 363 | 23 | 77 | 0 | 5 | 432 | 126 | 101 |
| Binary | 11000110 | 1011010 | 11110011 | 10011 | 111111 | 0 | 101 | 100011010 | 1010110 | 1000001 |
Color Harmonies of #C65AF3
Complementary color
Monochromatic Colors of #C65AF3
Black with #C65AF3
Text Example
Text Example
White with #C65AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AF3; }
p { color: rgb(198,90,243); }
H1.HeaderClassName
{
color: #C65AF3;
}
.AnyTagClassName
{
color: #C65AF3;
}
</style>
background-color css
<style>
a { background-color: #C65AF3; }
a { background-color: rgb(198,90,243); }
div.DivClassName
{
background-color: #C65AF3;
}
.BgClassName
{
background-color: #C65AF3;
}
</style>
border-color css
<style>
span { border-color: #C65AF3; }
span { border-color: rgb(198,90,243); }
td.TdClassName
{
border-color: #C65AF3;
}
.TagClassName
{
border-color: #C65AF3;
}
</style>