Shades of Medium Orchid #C65FF1
Tints of Medium Orchid #C65FF1
RGB
CMYK
RGB Variations
Color information
#C65FF1 (or 0xC65FF1) is known color: Medium Orchid. HEX triplet: C6, 5F and F1. RGB value is (198,95,241). Sum of RGB (Red+Green+Blue) = 198+95+241=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #C65FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FF1 is #39A00E. Grayscale: #8D8D8D. Windows color (decimal): -3776527 or 15818694. OLE color: 15818694.
HSL color Cylindrical-coordinate representation of color #C65FF1: hue angle of 282.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65FF1 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 95 | 241 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.05 |
| HSL | 282.33º | 0.84% | 0.66% | - |
| HSV(B) | 282.33º | 0.61% | 0.95% | - |
| XYZ | 43.26 | 26.54 | 86.06 | - |
| YUV | 142.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 241 | 0.18 | 0.61 | 0 | 0.05 | 282.33 | 0.84 | 0.66 |
| Hex | C6 | 5F | F1 | 12 | 3D | 0 | 5 | 11A | 54 | 42 |
| Octal | 306 | 137 | 361 | 22 | 75 | 0 | 5 | 432 | 124 | 102 |
| Binary | 11000110 | 1011111 | 11110001 | 10010 | 111101 | 0 | 101 | 100011010 | 1010100 | 1000010 |
Color Harmonies of #C65FF1
Complementary color
Monochromatic Colors of #C65FF1
Black with #C65FF1
Text Example
Text Example
White with #C65FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FF1; }
p { color: rgb(198,95,241); }
H1.HeaderClassName
{
color: #C65FF1;
}
.AnyTagClassName
{
color: #C65FF1;
}
</style>
background-color css
<style>
a { background-color: #C65FF1; }
a { background-color: rgb(198,95,241); }
div.DivClassName
{
background-color: #C65FF1;
}
.BgClassName
{
background-color: #C65FF1;
}
</style>
border-color css
<style>
span { border-color: #C65FF1; }
span { border-color: rgb(198,95,241); }
td.TdClassName
{
border-color: #C65FF1;
}
.TagClassName
{
border-color: #C65FF1;
}
</style>