Shades of Medium Orchid #C65BEE
Tints of Medium Orchid #C65BEE
RGB
CMYK
RGB Variations
Color information
#C65BEE (or 0xC65BEE) is known color: Medium Orchid. HEX triplet: C6, 5B and EE. RGB value is (198,91,238). Sum of RGB (Red+Green+Blue) = 198+91+238=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #C65BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65BEE is #39A411. Grayscale: #8B8B8B. Windows color (decimal): -3777554 or 15621062. OLE color: 15621062.
HSL color Cylindrical-coordinate representation of color #C65BEE: hue angle of 283.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C65BEE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 91 | 238 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.07 |
| HSL | 283.67º | 0.81% | 0.65% | - |
| HSV(B) | 283.67º | 0.62% | 0.93% | - |
| XYZ | 42.46 | 25.66 | 83.6 | - |
| YUV | 139.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 238 | 0.17 | 0.62 | 0 | 0.07 | 283.67 | 0.81 | 0.65 |
| Hex | C6 | 5B | EE | 11 | 3E | 0 | 7 | 11C | 51 | 41 |
| Octal | 306 | 133 | 356 | 21 | 76 | 0 | 7 | 434 | 121 | 101 |
| Binary | 11000110 | 1011011 | 11101110 | 10001 | 111110 | 0 | 111 | 100011100 | 1010001 | 1000001 |
Color Harmonies of #C65BEE
Complementary color
Monochromatic Colors of #C65BEE
Black with #C65BEE
Text Example
Text Example
White with #C65BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BEE; }
p { color: rgb(198,91,238); }
H1.HeaderClassName
{
color: #C65BEE;
}
.AnyTagClassName
{
color: #C65BEE;
}
</style>
background-color css
<style>
a { background-color: #C65BEE; }
a { background-color: rgb(198,91,238); }
div.DivClassName
{
background-color: #C65BEE;
}
.BgClassName
{
background-color: #C65BEE;
}
</style>
border-color css
<style>
span { border-color: #C65BEE; }
span { border-color: rgb(198,91,238); }
td.TdClassName
{
border-color: #C65BEE;
}
.TagClassName
{
border-color: #C65BEE;
}
</style>