Shades of Medium Orchid #C15CDD
Tints of Medium Orchid #C15CDD
RGB
CMYK
RGB Variations
Color information
#C15CDD (or 0xC15CDD) is known color: Medium Orchid. HEX triplet: C1, 5C and DD. RGB value is (193,92,221). Sum of RGB (Red+Green+Blue) = 193+92+221=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #C15CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CDD is #3EA322. Grayscale: #888888. Windows color (decimal): -4104995 or 14507201. OLE color: 14507201.
HSL color Cylindrical-coordinate representation of color #C15CDD: hue angle of 286.98º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15CDD is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 92 | 221 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.13 |
| HSL | 286.98º | 0.65% | 0.61% | - |
| HSV(B) | 286.98º | 0.58% | 0.87% | - |
| XYZ | 38.87 | 24.21 | 71.03 | - |
| YUV | 136.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 221 | 0.13 | 0.58 | 0 | 0.13 | 286.98 | 0.65 | 0.61 |
| Hex | C1 | 5C | DD | D | 3A | 0 | D | 11F | 41 | 3D |
| Octal | 301 | 134 | 335 | 15 | 72 | 0 | 15 | 437 | 101 | 75 |
| Binary | 11000001 | 1011100 | 11011101 | 1101 | 111010 | 0 | 1101 | 100011111 | 1000001 | 111101 |
Color Harmonies of #C15CDD
Complementary color
Monochromatic Colors of #C15CDD
Black with #C15CDD
Text Example
Text Example
White with #C15CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CDD; }
p { color: rgb(193,92,221); }
H1.HeaderClassName
{
color: #C15CDD;
}
.AnyTagClassName
{
color: #C15CDD;
}
</style>
background-color css
<style>
a { background-color: #C15CDD; }
a { background-color: rgb(193,92,221); }
div.DivClassName
{
background-color: #C15CDD;
}
.BgClassName
{
background-color: #C15CDD;
}
</style>
border-color css
<style>
span { border-color: #C15CDD; }
span { border-color: rgb(193,92,221); }
td.TdClassName
{
border-color: #C15CDD;
}
.TagClassName
{
border-color: #C15CDD;
}
</style>