Shades of Medium Orchid #C364CF
Tints of Medium Orchid #C364CF
RGB
CMYK
RGB Variations
Color information
#C364CF (or 0xC364CF) is known color: Medium Orchid. HEX triplet: C3, 64 and CF. RGB value is (195,100,207). Sum of RGB (Red+Green+Blue) = 195+100+207=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C364CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364CF is #3C9B30. Grayscale: #8C8C8C. Windows color (decimal): -3971889 or 13591747. OLE color: 13591747.
HSL color Cylindrical-coordinate representation of color #C364CF: hue angle of 293.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C364CF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 100 | 207 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.19 |
| HSL | 293.27º | 0.53% | 0.6% | - |
| HSV(B) | 293.27º | 0.52% | 0.81% | - |
| XYZ | 38.33 | 25.22 | 61.88 | - |
| YUV | 140.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 207 | 0.06 | 0.52 | 0 | 0.19 | 293.27 | 0.53 | 0.6 |
| Hex | C3 | 64 | CF | 6 | 34 | 0 | 13 | 125 | 35 | 3C |
| Octal | 303 | 144 | 317 | 6 | 64 | 0 | 23 | 445 | 65 | 74 |
| Binary | 11000011 | 1100100 | 11001111 | 110 | 110100 | 0 | 10011 | 100100101 | 110101 | 111100 |
Color Harmonies of #C364CF
Complementary color
Monochromatic Colors of #C364CF
Black with #C364CF
Text Example
Text Example
White with #C364CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364CF; }
p { color: rgb(195,100,207); }
H1.HeaderClassName
{
color: #C364CF;
}
.AnyTagClassName
{
color: #C364CF;
}
</style>
background-color css
<style>
a { background-color: #C364CF; }
a { background-color: rgb(195,100,207); }
div.DivClassName
{
background-color: #C364CF;
}
.BgClassName
{
background-color: #C364CF;
}
</style>
border-color css
<style>
span { border-color: #C364CF; }
span { border-color: rgb(195,100,207); }
td.TdClassName
{
border-color: #C364CF;
}
.TagClassName
{
border-color: #C364CF;
}
</style>