Shades of Medium Orchid #C267D3
Tints of Medium Orchid #C267D3
RGB
CMYK
RGB Variations
Color information
#C267D3 (or 0xC267D3) is known color: Medium Orchid. HEX triplet: C2, 67 and D3. RGB value is (194,103,211). Sum of RGB (Red+Green+Blue) = 194+103+211=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #C267D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267D3 is #3D982C. Grayscale: #8E8E8E. Windows color (decimal): -4036653 or 13854658. OLE color: 13854658.
HSL color Cylindrical-coordinate representation of color #C267D3: hue angle of 290.56º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C267D3 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 103 | 211 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.17 |
| HSL | 290.56º | 0.55% | 0.62% | - |
| HSV(B) | 290.56º | 0.51% | 0.83% | - |
| XYZ | 38.86 | 25.87 | 64.57 | - |
| YUV | 142.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 211 | 0.08 | 0.51 | 0 | 0.17 | 290.56 | 0.55 | 0.62 |
| Hex | C2 | 67 | D3 | 8 | 33 | 0 | 11 | 123 | 37 | 3E |
| Octal | 302 | 147 | 323 | 10 | 63 | 0 | 21 | 443 | 67 | 76 |
| Binary | 11000010 | 1100111 | 11010011 | 1000 | 110011 | 0 | 10001 | 100100011 | 110111 | 111110 |
Color Harmonies of #C267D3
Complementary color
Monochromatic Colors of #C267D3
Black with #C267D3
Text Example
Text Example
White with #C267D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267D3; }
p { color: rgb(194,103,211); }
H1.HeaderClassName
{
color: #C267D3;
}
.AnyTagClassName
{
color: #C267D3;
}
</style>
background-color css
<style>
a { background-color: #C267D3; }
a { background-color: rgb(194,103,211); }
div.DivClassName
{
background-color: #C267D3;
}
.BgClassName
{
background-color: #C267D3;
}
</style>
border-color css
<style>
span { border-color: #C267D3; }
span { border-color: rgb(194,103,211); }
td.TdClassName
{
border-color: #C267D3;
}
.TagClassName
{
border-color: #C267D3;
}
</style>