Shades of Medium Orchid #C15CD2
Tints of Medium Orchid #C15CD2
RGB
CMYK
RGB Variations
Color information
#C15CD2 (or 0xC15CD2) is known color: Medium Orchid. HEX triplet: C1, 5C and D2. RGB value is (193,92,210). Sum of RGB (Red+Green+Blue) = 193+92+210=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #C15CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CD2 is #3EA32D. Grayscale: #878787. Windows color (decimal): -4105006 or 13786305. OLE color: 13786305.
HSL color Cylindrical-coordinate representation of color #C15CD2: hue angle of 291.36º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15CD2 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 92 | 210 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.18 |
| HSL | 291.36º | 0.57% | 0.59% | - |
| HSV(B) | 291.36º | 0.56% | 0.82% | - |
| XYZ | 37.45 | 23.64 | 63.56 | - |
| YUV | 135.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 210 | 0.08 | 0.56 | 0 | 0.18 | 291.36 | 0.57 | 0.59 |
| Hex | C1 | 5C | D2 | 8 | 38 | 0 | 12 | 123 | 39 | 3B |
| Octal | 301 | 134 | 322 | 10 | 70 | 0 | 22 | 443 | 71 | 73 |
| Binary | 11000001 | 1011100 | 11010010 | 1000 | 111000 | 0 | 10010 | 100100011 | 111001 | 111011 |
Color Harmonies of #C15CD2
Complementary color
Monochromatic Colors of #C15CD2
Black with #C15CD2
Text Example
Text Example
White with #C15CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CD2; }
p { color: rgb(193,92,210); }
H1.HeaderClassName
{
color: #C15CD2;
}
.AnyTagClassName
{
color: #C15CD2;
}
</style>
background-color css
<style>
a { background-color: #C15CD2; }
a { background-color: rgb(193,92,210); }
div.DivClassName
{
background-color: #C15CD2;
}
.BgClassName
{
background-color: #C15CD2;
}
</style>
border-color css
<style>
span { border-color: #C15CD2; }
span { border-color: rgb(193,92,210); }
td.TdClassName
{
border-color: #C15CD2;
}
.TagClassName
{
border-color: #C15CD2;
}
</style>