Shades of Medium Orchid #C15BDE
Tints of Medium Orchid #C15BDE
RGB
CMYK
RGB Variations
Color information
#C15BDE (or 0xC15BDE) is known color: Medium Orchid. HEX triplet: C1, 5B and DE. RGB value is (193,91,222). Sum of RGB (Red+Green+Blue) = 193+91+222=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #C15BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BDE is #3EA421. Grayscale: #888888. Windows color (decimal): -4105250 or 14572481. OLE color: 14572481.
HSL color Cylindrical-coordinate representation of color #C15BDE: hue angle of 286.72º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15BDE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 91 | 222 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.13 |
| HSL | 286.72º | 0.66% | 0.61% | - |
| HSV(B) | 286.72º | 0.59% | 0.87% | - |
| XYZ | 38.92 | 24.09 | 71.71 | - |
| YUV | 136.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 222 | 0.13 | 0.59 | 0 | 0.13 | 286.72 | 0.66 | 0.61 |
| Hex | C1 | 5B | DE | D | 3B | 0 | D | 11F | 42 | 3D |
| Octal | 301 | 133 | 336 | 15 | 73 | 0 | 15 | 437 | 102 | 75 |
| Binary | 11000001 | 1011011 | 11011110 | 1101 | 111011 | 0 | 1101 | 100011111 | 1000010 | 111101 |
Color Harmonies of #C15BDE
Complementary color
Monochromatic Colors of #C15BDE
Black with #C15BDE
Text Example
Text Example
White with #C15BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BDE; }
p { color: rgb(193,91,222); }
H1.HeaderClassName
{
color: #C15BDE;
}
.AnyTagClassName
{
color: #C15BDE;
}
</style>
background-color css
<style>
a { background-color: #C15BDE; }
a { background-color: rgb(193,91,222); }
div.DivClassName
{
background-color: #C15BDE;
}
.BgClassName
{
background-color: #C15BDE;
}
</style>
border-color css
<style>
span { border-color: #C15BDE; }
span { border-color: rgb(193,91,222); }
td.TdClassName
{
border-color: #C15BDE;
}
.TagClassName
{
border-color: #C15BDE;
}
</style>