Shades of Medium Orchid #C95BEF
Tints of Medium Orchid #C95BEF
RGB
CMYK
RGB Variations
Color information
#C95BEF (or 0xC95BEF) is known color: Medium Orchid. HEX triplet: C9, 5B and EF. RGB value is (201,91,239). Sum of RGB (Red+Green+Blue) = 201+91+239=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C95BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BEF is #36A410. Grayscale: #8C8C8C. Windows color (decimal): -3580945 or 15686601. OLE color: 15686601.
HSL color Cylindrical-coordinate representation of color #C95BEF: hue angle of 284.59º 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 #C95BEF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 91 | 239 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.06 |
| HSL | 284.59º | 0.82% | 0.65% | - |
| HSV(B) | 284.59º | 0.62% | 0.94% | - |
| XYZ | 43.41 | 26.13 | 84.42 | - |
| YUV | 140.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 239 | 0.16 | 0.62 | 0 | 0.06 | 284.59 | 0.82 | 0.65 |
| Hex | C9 | 5B | EF | 10 | 3E | 0 | 6 | 11D | 52 | 41 |
| Octal | 311 | 133 | 357 | 20 | 76 | 0 | 6 | 435 | 122 | 101 |
| Binary | 11001001 | 1011011 | 11101111 | 10000 | 111110 | 0 | 110 | 100011101 | 1010010 | 1000001 |
Color Harmonies of #C95BEF
Complementary color
Monochromatic Colors of #C95BEF
Black with #C95BEF
Text Example
Text Example
White with #C95BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BEF; }
p { color: rgb(201,91,239); }
H1.HeaderClassName
{
color: #C95BEF;
}
.AnyTagClassName
{
color: #C95BEF;
}
</style>
background-color css
<style>
a { background-color: #C95BEF; }
a { background-color: rgb(201,91,239); }
div.DivClassName
{
background-color: #C95BEF;
}
.BgClassName
{
background-color: #C95BEF;
}
</style>
border-color css
<style>
span { border-color: #C95BEF; }
span { border-color: rgb(201,91,239); }
td.TdClassName
{
border-color: #C95BEF;
}
.TagClassName
{
border-color: #C95BEF;
}
</style>