Shades of Medium Orchid #C153DF
Tints of Medium Orchid #C153DF
RGB
CMYK
RGB Variations
Color information
#C153DF (or 0xC153DF) is known color: Medium Orchid. HEX triplet: C1, 53 and DF. RGB value is (193,83,223). Sum of RGB (Red+Green+Blue) = 193+83+223=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C153DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153DF is #3EAC20. Grayscale: #838383. Windows color (decimal): -4107297 or 14635969. OLE color: 14635969.
HSL color Cylindrical-coordinate representation of color #C153DF: hue angle of 287.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C153DF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 83 | 223 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.13 |
| HSL | 287.14º | 0.69% | 0.6% | - |
| HSV(B) | 287.14º | 0.63% | 0.87% | - |
| XYZ | 38.4 | 22.85 | 72.2 | - |
| YUV | 131.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 223 | 0.13 | 0.63 | 0 | 0.13 | 287.14 | 0.69 | 0.6 |
| Hex | C1 | 53 | DF | D | 3F | 0 | D | 11F | 45 | 3C |
| Octal | 301 | 123 | 337 | 15 | 77 | 0 | 15 | 437 | 105 | 74 |
| Binary | 11000001 | 1010011 | 11011111 | 1101 | 111111 | 0 | 1101 | 100011111 | 1000101 | 111100 |
Color Harmonies of #C153DF
Complementary color
Monochromatic Colors of #C153DF
Black with #C153DF
Text Example
Text Example
White with #C153DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153DF; }
p { color: rgb(193,83,223); }
H1.HeaderClassName
{
color: #C153DF;
}
.AnyTagClassName
{
color: #C153DF;
}
</style>
background-color css
<style>
a { background-color: #C153DF; }
a { background-color: rgb(193,83,223); }
div.DivClassName
{
background-color: #C153DF;
}
.BgClassName
{
background-color: #C153DF;
}
</style>
border-color css
<style>
span { border-color: #C153DF; }
span { border-color: rgb(193,83,223); }
td.TdClassName
{
border-color: #C153DF;
}
.TagClassName
{
border-color: #C153DF;
}
</style>