Shades of Medium Orchid #C150D4
Tints of Medium Orchid #C150D4
RGB
CMYK
RGB Variations
Color information
#C150D4 (or 0xC150D4) is known color: Medium Orchid. HEX triplet: C1, 50 and D4. RGB value is (193,80,212). Sum of RGB (Red+Green+Blue) = 193+80+212=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #C150D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150D4 is #3EAF2B. Grayscale: #808080. Windows color (decimal): -4108076 or 13914305. OLE color: 13914305.
HSL color Cylindrical-coordinate representation of color #C150D4: hue angle of 291.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C150D4 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 80 | 212 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.17 |
| HSL | 291.36º | 0.61% | 0.57% | - |
| HSV(B) | 291.36º | 0.62% | 0.83% | - |
| XYZ | 36.74 | 21.83 | 64.56 | - |
| YUV | 128.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 212 | 0.09 | 0.62 | 0 | 0.17 | 291.36 | 0.61 | 0.57 |
| Hex | C1 | 50 | D4 | 9 | 3E | 0 | 11 | 123 | 3D | 39 |
| Octal | 301 | 120 | 324 | 11 | 76 | 0 | 21 | 443 | 75 | 71 |
| Binary | 11000001 | 1010000 | 11010100 | 1001 | 111110 | 0 | 10001 | 100100011 | 111101 | 111001 |
Color Harmonies of #C150D4
Complementary color
Monochromatic Colors of #C150D4
Black with #C150D4
Text Example
Text Example
White with #C150D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150D4; }
p { color: rgb(193,80,212); }
H1.HeaderClassName
{
color: #C150D4;
}
.AnyTagClassName
{
color: #C150D4;
}
</style>
background-color css
<style>
a { background-color: #C150D4; }
a { background-color: rgb(193,80,212); }
div.DivClassName
{
background-color: #C150D4;
}
.BgClassName
{
background-color: #C150D4;
}
</style>
border-color css
<style>
span { border-color: #C150D4; }
span { border-color: rgb(193,80,212); }
td.TdClassName
{
border-color: #C150D4;
}
.TagClassName
{
border-color: #C150D4;
}
</style>