Shades of Medium Orchid #C75BEF
Tints of Medium Orchid #C75BEF
RGB
CMYK
RGB Variations
Color information
#C75BEF (or 0xC75BEF) is known color: Medium Orchid. HEX triplet: C7, 5B and EF. RGB value is (199,91,239). Sum of RGB (Red+Green+Blue) = 199+91+239=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #C75BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BEF is #38A410. Grayscale: #8B8B8B. Windows color (decimal): -3712017 or 15686599. OLE color: 15686599.
HSL color Cylindrical-coordinate representation of color #C75BEF: hue angle of 283.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75BEF is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 91 | 239 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.06 |
| HSL | 283.78º | 0.82% | 0.65% | - |
| HSV(B) | 283.78º | 0.62% | 0.94% | - |
| XYZ | 42.87 | 25.86 | 84.39 | - |
| YUV | 140.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 239 | 0.17 | 0.62 | 0 | 0.06 | 283.78 | 0.82 | 0.65 |
| Hex | C7 | 5B | EF | 11 | 3E | 0 | 6 | 11C | 52 | 41 |
| Octal | 307 | 133 | 357 | 21 | 76 | 0 | 6 | 434 | 122 | 101 |
| Binary | 11000111 | 1011011 | 11101111 | 10001 | 111110 | 0 | 110 | 100011100 | 1010010 | 1000001 |
Color Harmonies of #C75BEF
Complementary color
Monochromatic Colors of #C75BEF
Black with #C75BEF
Text Example
Text Example
White with #C75BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BEF; }
p { color: rgb(199,91,239); }
H1.HeaderClassName
{
color: #C75BEF;
}
.AnyTagClassName
{
color: #C75BEF;
}
</style>
background-color css
<style>
a { background-color: #C75BEF; }
a { background-color: rgb(199,91,239); }
div.DivClassName
{
background-color: #C75BEF;
}
.BgClassName
{
background-color: #C75BEF;
}
</style>
border-color css
<style>
span { border-color: #C75BEF; }
span { border-color: rgb(199,91,239); }
td.TdClassName
{
border-color: #C75BEF;
}
.TagClassName
{
border-color: #C75BEF;
}
</style>