Shades of Medium Orchid #C367D4
Tints of Medium Orchid #C367D4
RGB
CMYK
RGB Variations
Color information
#C367D4 (or 0xC367D4) is known color: Medium Orchid. HEX triplet: C3, 67 and D4. RGB value is (195,103,212). Sum of RGB (Red+Green+Blue) = 195+103+212=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #C367D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367D4 is #3C982B. Grayscale: #8E8E8E. Windows color (decimal): -3971116 or 13920195. OLE color: 13920195.
HSL color Cylindrical-coordinate representation of color #C367D4: hue angle of 290.64º degrees, saturation: 0.56, 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 #C367D4 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 103 | 212 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.17 |
| HSL | 290.64º | 0.56% | 0.62% | - |
| HSV(B) | 290.64º | 0.51% | 0.83% | - |
| XYZ | 39.24 | 26.06 | 65.25 | - |
| YUV | 142.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 212 | 0.08 | 0.51 | 0 | 0.17 | 290.64 | 0.56 | 0.62 |
| Hex | C3 | 67 | D4 | 8 | 33 | 0 | 11 | 123 | 38 | 3E |
| Octal | 303 | 147 | 324 | 10 | 63 | 0 | 21 | 443 | 70 | 76 |
| Binary | 11000011 | 1100111 | 11010100 | 1000 | 110011 | 0 | 10001 | 100100011 | 111000 | 111110 |
Color Harmonies of #C367D4
Complementary color
Monochromatic Colors of #C367D4
Black with #C367D4
Text Example
Text Example
White with #C367D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367D4; }
p { color: rgb(195,103,212); }
H1.HeaderClassName
{
color: #C367D4;
}
.AnyTagClassName
{
color: #C367D4;
}
</style>
background-color css
<style>
a { background-color: #C367D4; }
a { background-color: rgb(195,103,212); }
div.DivClassName
{
background-color: #C367D4;
}
.BgClassName
{
background-color: #C367D4;
}
</style>
border-color css
<style>
span { border-color: #C367D4; }
span { border-color: rgb(195,103,212); }
td.TdClassName
{
border-color: #C367D4;
}
.TagClassName
{
border-color: #C367D4;
}
</style>