Shades of Medium Orchid #C65CE7
Tints of Medium Orchid #C65CE7
RGB
CMYK
RGB Variations
Color information
#C65CE7 (or 0xC65CE7) is known color: Medium Orchid. HEX triplet: C6, 5C and E7. RGB value is (198,92,231). Sum of RGB (Red+Green+Blue) = 198+92+231=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #C65CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CE7 is #39A318. Grayscale: #8B8B8B. Windows color (decimal): -3777305 or 15162566. OLE color: 15162566.
HSL color Cylindrical-coordinate representation of color #C65CE7: hue angle of 285.76º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65CE7 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 92 | 231 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.09 |
| HSL | 285.76º | 0.74% | 0.63% | - |
| HSV(B) | 285.76º | 0.6% | 0.91% | - |
| XYZ | 41.54 | 25.43 | 78.32 | - |
| YUV | 139.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 231 | 0.14 | 0.60 | 0 | 0.09 | 285.76 | 0.74 | 0.63 |
| Hex | C6 | 5C | E7 | E | 3C | 0 | 9 | 11E | 4A | 3F |
| Octal | 306 | 134 | 347 | 16 | 74 | 0 | 11 | 436 | 112 | 77 |
| Binary | 11000110 | 1011100 | 11100111 | 1110 | 111100 | 0 | 1001 | 100011110 | 1001010 | 111111 |
Color Harmonies of #C65CE7
Complementary color
Monochromatic Colors of #C65CE7
Black with #C65CE7
Text Example
Text Example
White with #C65CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CE7; }
p { color: rgb(198,92,231); }
H1.HeaderClassName
{
color: #C65CE7;
}
.AnyTagClassName
{
color: #C65CE7;
}
</style>
background-color css
<style>
a { background-color: #C65CE7; }
a { background-color: rgb(198,92,231); }
div.DivClassName
{
background-color: #C65CE7;
}
.BgClassName
{
background-color: #C65CE7;
}
</style>
border-color css
<style>
span { border-color: #C65CE7; }
span { border-color: rgb(198,92,231); }
td.TdClassName
{
border-color: #C65CE7;
}
.TagClassName
{
border-color: #C65CE7;
}
</style>