Shades of Medium Orchid #C154CE
Tints of Medium Orchid #C154CE
RGB
CMYK
RGB Variations
Color information
#C154CE (or 0xC154CE) is known color: Medium Orchid. HEX triplet: C1, 54 and CE. RGB value is (193,84,206). Sum of RGB (Red+Green+Blue) = 193+84+206=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C154CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154CE is #3EAB31. Grayscale: #828282. Windows color (decimal): -4107058 or 13522113. OLE color: 13522113.
HSL color Cylindrical-coordinate representation of color #C154CE: hue angle of 293.61º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C154CE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 84 | 206 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.19 |
| HSL | 293.61º | 0.55% | 0.57% | - |
| HSV(B) | 293.61º | 0.59% | 0.81% | - |
| XYZ | 36.3 | 22.13 | 60.75 | - |
| YUV | 130.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 206 | 0.06 | 0.59 | 0 | 0.19 | 293.61 | 0.55 | 0.57 |
| Hex | C1 | 54 | CE | 6 | 3B | 0 | 13 | 126 | 37 | 39 |
| Octal | 301 | 124 | 316 | 6 | 73 | 0 | 23 | 446 | 67 | 71 |
| Binary | 11000001 | 1010100 | 11001110 | 110 | 111011 | 0 | 10011 | 100100110 | 110111 | 111001 |
Color Harmonies of #C154CE
Complementary color
Monochromatic Colors of #C154CE
Black with #C154CE
Text Example
Text Example
White with #C154CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154CE; }
p { color: rgb(193,84,206); }
H1.HeaderClassName
{
color: #C154CE;
}
.AnyTagClassName
{
color: #C154CE;
}
</style>
background-color css
<style>
a { background-color: #C154CE; }
a { background-color: rgb(193,84,206); }
div.DivClassName
{
background-color: #C154CE;
}
.BgClassName
{
background-color: #C154CE;
}
</style>
border-color css
<style>
span { border-color: #C154CE; }
span { border-color: rgb(193,84,206); }
td.TdClassName
{
border-color: #C154CE;
}
.TagClassName
{
border-color: #C154CE;
}
</style>