Shades of Medium Orchid #C369DF
Tints of Medium Orchid #C369DF
RGB
CMYK
RGB Variations
Color information
#C369DF (or 0xC369DF) is known color: Medium Orchid. HEX triplet: C3, 69 and DF. RGB value is (195,105,223). Sum of RGB (Red+Green+Blue) = 195+105+223=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C369DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369DF is #3C9620. Grayscale: #909090. Windows color (decimal): -3970593 or 14641603. OLE color: 14641603.
HSL color Cylindrical-coordinate representation of color #C369DF: hue angle of 285.76º 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 #C369DF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 105 | 223 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.13 |
| HSL | 285.76º | 0.65% | 0.64% | - |
| HSV(B) | 285.76º | 0.53% | 0.87% | - |
| XYZ | 40.88 | 27.03 | 72.88 | - |
| YUV | 145.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 223 | 0.13 | 0.53 | 0 | 0.13 | 285.76 | 0.65 | 0.64 |
| Hex | C3 | 69 | DF | D | 35 | 0 | D | 11E | 41 | 40 |
| Octal | 303 | 151 | 337 | 15 | 65 | 0 | 15 | 436 | 101 | 100 |
| Binary | 11000011 | 1101001 | 11011111 | 1101 | 110101 | 0 | 1101 | 100011110 | 1000001 | 1000000 |
Color Harmonies of #C369DF
Complementary color
Monochromatic Colors of #C369DF
Black with #C369DF
Text Example
Text Example
White with #C369DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369DF; }
p { color: rgb(195,105,223); }
H1.HeaderClassName
{
color: #C369DF;
}
.AnyTagClassName
{
color: #C369DF;
}
</style>
background-color css
<style>
a { background-color: #C369DF; }
a { background-color: rgb(195,105,223); }
div.DivClassName
{
background-color: #C369DF;
}
.BgClassName
{
background-color: #C369DF;
}
</style>
border-color css
<style>
span { border-color: #C369DF; }
span { border-color: rgb(195,105,223); }
td.TdClassName
{
border-color: #C369DF;
}
.TagClassName
{
border-color: #C369DF;
}
</style>