Shades of Medium Orchid #C65FEA
Tints of Medium Orchid #C65FEA
RGB
CMYK
RGB Variations
Color information
#C65FEA (or 0xC65FEA) is known color: Medium Orchid. HEX triplet: C6, 5F and EA. RGB value is (198,95,234). Sum of RGB (Red+Green+Blue) = 198+95+234=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C65FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FEA is #39A015. Grayscale: #8D8D8D. Windows color (decimal): -3776534 or 15359942. OLE color: 15359942.
HSL color Cylindrical-coordinate representation of color #C65FEA: hue angle of 284.46º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65FEA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 95 | 234 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.08 |
| HSL | 284.46º | 0.77% | 0.65% | - |
| HSV(B) | 284.46º | 0.59% | 0.92% | - |
| XYZ | 42.23 | 26.13 | 80.66 | - |
| YUV | 141.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 234 | 0.15 | 0.59 | 0 | 0.08 | 284.46 | 0.77 | 0.65 |
| Hex | C6 | 5F | EA | F | 3B | 0 | 8 | 11C | 4D | 41 |
| Octal | 306 | 137 | 352 | 17 | 73 | 0 | 10 | 434 | 115 | 101 |
| Binary | 11000110 | 1011111 | 11101010 | 1111 | 111011 | 0 | 1000 | 100011100 | 1001101 | 1000001 |
Color Harmonies of #C65FEA
Complementary color
Monochromatic Colors of #C65FEA
Black with #C65FEA
Text Example
Text Example
White with #C65FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FEA; }
p { color: rgb(198,95,234); }
H1.HeaderClassName
{
color: #C65FEA;
}
.AnyTagClassName
{
color: #C65FEA;
}
</style>
background-color css
<style>
a { background-color: #C65FEA; }
a { background-color: rgb(198,95,234); }
div.DivClassName
{
background-color: #C65FEA;
}
.BgClassName
{
background-color: #C65FEA;
}
</style>
border-color css
<style>
span { border-color: #C65FEA; }
span { border-color: rgb(198,95,234); }
td.TdClassName
{
border-color: #C65FEA;
}
.TagClassName
{
border-color: #C65FEA;
}
</style>