Shades of Medium Orchid #C368DF
Tints of Medium Orchid #C368DF
RGB
CMYK
RGB Variations
Color information
#C368DF (or 0xC368DF) is known color: Medium Orchid. HEX triplet: C3, 68 and DF. RGB value is (195,104,223). Sum of RGB (Red+Green+Blue) = 195+104+223=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #C368DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368DF is #3C9720. Grayscale: #909090. Windows color (decimal): -3970849 or 14641347. OLE color: 14641347.
HSL color Cylindrical-coordinate representation of color #C368DF: hue angle of 285.88º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C368DF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 195 | 104 | 223 | - |
CMYK | 0.13 | 0.53 | 0 | 0.13 |
HSL | 285.88º | 0.65% | 0.64% | - |
HSV(B) | 285.88º | 0.53% | 0.87% | - |
XYZ | 40.78 | 26.83 | 72.84 | - |
YUV | 144.78 | 172.15 | 163.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 104 | 223 | 0.13 | 0.53 | 0 | 0.13 | 285.88 | 0.65 | 0.64 |
Hex | C3 | 68 | DF | D | 35 | 0 | D | 11E | 41 | 40 |
Octal | 303 | 150 | 337 | 15 | 65 | 0 | 15 | 436 | 101 | 100 |
Binary | 11000011 | 1101000 | 11011111 | 1101 | 110101 | 0 | 1101 | 100011110 | 1000001 | 1000000 |
Color Harmonies of #C368DF
Complementary color
Monochromatic Colors of #C368DF
Black with #C368DF
Text Example
Text Example
White with #C368DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368DF; }
p { color: rgb(195,104,223); }
H1.HeaderClassName
{
color: #C368DF;
}
.AnyTagClassName
{
color: #C368DF;
}
</style>
background-color css
<style>
a { background-color: #C368DF; }
a { background-color: rgb(195,104,223); }
div.DivClassName
{
background-color: #C368DF;
}
.BgClassName
{
background-color: #C368DF;
}
</style>
border-color css
<style>
span { border-color: #C368DF; }
span { border-color: rgb(195,104,223); }
td.TdClassName
{
border-color: #C368DF;
}
.TagClassName
{
border-color: #C368DF;
}
</style>