Shades of Medium Orchid #C367CD
Tints of Medium Orchid #C367CD
RGB
CMYK
RGB Variations
Color information
#C367CD (or 0xC367CD) is known color: Medium Orchid. HEX triplet: C3, 67 and CD. RGB value is (195,103,205). Sum of RGB (Red+Green+Blue) = 195+103+205=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #C367CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367CD is #3C9832. Grayscale: #8D8D8D. Windows color (decimal): -3971123 or 13461443. OLE color: 13461443.
HSL color Cylindrical-coordinate representation of color #C367CD: hue angle of 294.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C367CD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 103 | 205 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.20 |
| HSL | 294.12º | 0.5% | 0.6% | - |
| HSV(B) | 294.12º | 0.5% | 0.8% | - |
| XYZ | 38.38 | 25.71 | 60.7 | - |
| YUV | 142.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 205 | 0.05 | 0.50 | 0 | 0.20 | 294.12 | 0.5 | 0.6 |
| Hex | C3 | 67 | CD | 5 | 32 | 0 | 14 | 126 | 32 | 3C |
| Octal | 303 | 147 | 315 | 5 | 62 | 0 | 24 | 446 | 62 | 74 |
| Binary | 11000011 | 1100111 | 11001101 | 101 | 110010 | 0 | 10100 | 100100110 | 110010 | 111100 |
Color Harmonies of #C367CD
Complementary color
Monochromatic Colors of #C367CD
Black with #C367CD
Text Example
Text Example
White with #C367CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367CD; }
p { color: rgb(195,103,205); }
H1.HeaderClassName
{
color: #C367CD;
}
.AnyTagClassName
{
color: #C367CD;
}
</style>
background-color css
<style>
a { background-color: #C367CD; }
a { background-color: rgb(195,103,205); }
div.DivClassName
{
background-color: #C367CD;
}
.BgClassName
{
background-color: #C367CD;
}
</style>
border-color css
<style>
span { border-color: #C367CD; }
span { border-color: rgb(195,103,205); }
td.TdClassName
{
border-color: #C367CD;
}
.TagClassName
{
border-color: #C367CD;
}
</style>