Shades of Medium Orchid #C15DEF
Tints of Medium Orchid #C15DEF
RGB
CMYK
RGB Variations
Color information
#C15DEF (or 0xC15DEF) is known color: Medium Orchid. HEX triplet: C1, 5D and EF. RGB value is (193,93,239). Sum of RGB (Red+Green+Blue) = 193+93+239=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #C15DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15DEF is #3EA210. Grayscale: #8B8B8B. Windows color (decimal): -4104721 or 15687105. OLE color: 15687105.
HSL color Cylindrical-coordinate representation of color #C15DEF: hue angle of 281.1º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15DEF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 93 | 239 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.06 |
| HSL | 281.1º | 0.82% | 0.65% | - |
| HSV(B) | 281.1º | 0.61% | 0.94% | - |
| XYZ | 41.49 | 25.4 | 84.38 | - |
| YUV | 139.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 239 | 0.19 | 0.61 | 0 | 0.06 | 281.1 | 0.82 | 0.65 |
| Hex | C1 | 5D | EF | 13 | 3D | 0 | 6 | 119 | 52 | 41 |
| Octal | 301 | 135 | 357 | 23 | 75 | 0 | 6 | 431 | 122 | 101 |
| Binary | 11000001 | 1011101 | 11101111 | 10011 | 111101 | 0 | 110 | 100011001 | 1010010 | 1000001 |
Color Harmonies of #C15DEF
Complementary color
Monochromatic Colors of #C15DEF
Black with #C15DEF
Text Example
Text Example
White with #C15DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DEF; }
p { color: rgb(193,93,239); }
H1.HeaderClassName
{
color: #C15DEF;
}
.AnyTagClassName
{
color: #C15DEF;
}
</style>
background-color css
<style>
a { background-color: #C15DEF; }
a { background-color: rgb(193,93,239); }
div.DivClassName
{
background-color: #C15DEF;
}
.BgClassName
{
background-color: #C15DEF;
}
</style>
border-color css
<style>
span { border-color: #C15DEF; }
span { border-color: rgb(193,93,239); }
td.TdClassName
{
border-color: #C15DEF;
}
.TagClassName
{
border-color: #C15DEF;
}
</style>