Shades of Medium Orchid #C364CD
Tints of Medium Orchid #C364CD
RGB
CMYK
RGB Variations
Color information
#C364CD (or 0xC364CD) is known color: Medium Orchid. HEX triplet: C3, 64 and CD. RGB value is (195,100,205). Sum of RGB (Red+Green+Blue) = 195+100+205=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C364CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364CD is #3C9B32. Grayscale: #8C8C8C. Windows color (decimal): -3971891 or 13460675. OLE color: 13460675.
HSL color Cylindrical-coordinate representation of color #C364CD: hue angle of 294.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C364CD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 100 | 205 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.20 |
| HSL | 294.29º | 0.51% | 0.6% | - |
| HSV(B) | 294.29º | 0.51% | 0.8% | - |
| XYZ | 38.08 | 25.12 | 60.6 | - |
| YUV | 140.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 205 | 0.05 | 0.51 | 0 | 0.20 | 294.29 | 0.51 | 0.6 |
| Hex | C3 | 64 | CD | 5 | 33 | 0 | 14 | 126 | 33 | 3C |
| Octal | 303 | 144 | 315 | 5 | 63 | 0 | 24 | 446 | 63 | 74 |
| Binary | 11000011 | 1100100 | 11001101 | 101 | 110011 | 0 | 10100 | 100100110 | 110011 | 111100 |
Color Harmonies of #C364CD
Complementary color
Monochromatic Colors of #C364CD
Black with #C364CD
Text Example
Text Example
White with #C364CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364CD; }
p { color: rgb(195,100,205); }
H1.HeaderClassName
{
color: #C364CD;
}
.AnyTagClassName
{
color: #C364CD;
}
</style>
background-color css
<style>
a { background-color: #C364CD; }
a { background-color: rgb(195,100,205); }
div.DivClassName
{
background-color: #C364CD;
}
.BgClassName
{
background-color: #C364CD;
}
</style>
border-color css
<style>
span { border-color: #C364CD; }
span { border-color: rgb(195,100,205); }
td.TdClassName
{
border-color: #C364CD;
}
.TagClassName
{
border-color: #C364CD;
}
</style>