Shades of Medium Orchid #C65AF1
Tints of Medium Orchid #C65AF1
RGB
CMYK
RGB Variations
Color information
#C65AF1 (or 0xC65AF1) is known color: Medium Orchid. HEX triplet: C6, 5A and F1. RGB value is (198,90,241). Sum of RGB (Red+Green+Blue) = 198+90+241=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #C65AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65AF1 is #39A50E. Grayscale: #8B8B8B. Windows color (decimal): -3777807 or 15817414. OLE color: 15817414.
HSL color Cylindrical-coordinate representation of color #C65AF1: hue angle of 282.91º degrees, saturation: 0.84, 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 #C65AF1 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 90 | 241 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.05 |
| HSL | 282.91º | 0.84% | 0.65% | - |
| HSV(B) | 282.91º | 0.63% | 0.95% | - |
| XYZ | 42.82 | 25.67 | 85.92 | - |
| YUV | 139.51 | 185.28 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 241 | 0.18 | 0.63 | 0 | 0.05 | 282.91 | 0.84 | 0.65 |
| Hex | C6 | 5A | F1 | 12 | 3F | 0 | 5 | 11B | 54 | 41 |
| Octal | 306 | 132 | 361 | 22 | 77 | 0 | 5 | 433 | 124 | 101 |
| Binary | 11000110 | 1011010 | 11110001 | 10010 | 111111 | 0 | 101 | 100011011 | 1010100 | 1000001 |
Color Harmonies of #C65AF1
Complementary color
Monochromatic Colors of #C65AF1
Black with #C65AF1
Text Example
Text Example
White with #C65AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AF1; }
p { color: rgb(198,90,241); }
H1.HeaderClassName
{
color: #C65AF1;
}
.AnyTagClassName
{
color: #C65AF1;
}
</style>
background-color css
<style>
a { background-color: #C65AF1; }
a { background-color: rgb(198,90,241); }
div.DivClassName
{
background-color: #C65AF1;
}
.BgClassName
{
background-color: #C65AF1;
}
</style>
border-color css
<style>
span { border-color: #C65AF1; }
span { border-color: rgb(198,90,241); }
td.TdClassName
{
border-color: #C65AF1;
}
.TagClassName
{
border-color: #C65AF1;
}
</style>