Shades of Medium Orchid #C15FDD
Tints of Medium Orchid #C15FDD
RGB
CMYK
RGB Variations
Color information
#C15FDD (or 0xC15FDD) is known color: Medium Orchid. HEX triplet: C1, 5F and DD. RGB value is (193,95,221). Sum of RGB (Red+Green+Blue) = 193+95+221=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C15FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FDD is #3EA022. Grayscale: #8A8A8A. Windows color (decimal): -4104227 or 14507969. OLE color: 14507969.
HSL color Cylindrical-coordinate representation of color #C15FDD: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15FDD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 193 | 95 | 221 | - |
CMYK | 0.13 | 0.57 | 0 | 0.13 |
HSL | 286.67º | 0.65% | 0.62% | - |
HSV(B) | 286.67º | 0.57% | 0.87% | - |
XYZ | 39.14 | 24.74 | 71.12 | - |
YUV | 138.67 | 174.47 | 166.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 95 | 221 | 0.13 | 0.57 | 0 | 0.13 | 286.67 | 0.65 | 0.62 |
Hex | C1 | 5F | DD | D | 39 | 0 | D | 11F | 41 | 3E |
Octal | 301 | 137 | 335 | 15 | 71 | 0 | 15 | 437 | 101 | 76 |
Binary | 11000001 | 1011111 | 11011101 | 1101 | 111001 | 0 | 1101 | 100011111 | 1000001 | 111110 |
Color Harmonies of #C15FDD
Complementary color
Monochromatic Colors of #C15FDD
Black with #C15FDD
Text Example
Text Example
White with #C15FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FDD; }
p { color: rgb(193,95,221); }
H1.HeaderClassName
{
color: #C15FDD;
}
.AnyTagClassName
{
color: #C15FDD;
}
</style>
background-color css
<style>
a { background-color: #C15FDD; }
a { background-color: rgb(193,95,221); }
div.DivClassName
{
background-color: #C15FDD;
}
.BgClassName
{
background-color: #C15FDD;
}
</style>
border-color css
<style>
span { border-color: #C15FDD; }
span { border-color: rgb(193,95,221); }
td.TdClassName
{
border-color: #C15FDD;
}
.TagClassName
{
border-color: #C15FDD;
}
</style>