Shades of Medium Orchid #C369E5
Tints of Medium Orchid #C369E5
RGB
CMYK
RGB Variations
Color information
#C369E5 (or 0xC369E5) is known color: Medium Orchid. HEX triplet: C3, 69 and E5. RGB value is (195,105,229). Sum of RGB (Red+Green+Blue) = 195+105+229=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #C369E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369E5 is #3C961A. Grayscale: #919191. Windows color (decimal): -3970587 or 15034819. OLE color: 15034819.
HSL color Cylindrical-coordinate representation of color #C369E5: hue angle of 283.55º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C369E5 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 105 | 229 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.10 |
| HSL | 283.55º | 0.7% | 0.65% | - |
| HSV(B) | 283.55º | 0.54% | 0.9% | - |
| XYZ | 41.7 | 27.36 | 77.21 | - |
| YUV | 146.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 229 | 0.15 | 0.54 | 0 | 0.10 | 283.55 | 0.7 | 0.65 |
| Hex | C3 | 69 | E5 | F | 36 | 0 | A | 11C | 46 | 41 |
| Octal | 303 | 151 | 345 | 17 | 66 | 0 | 12 | 434 | 106 | 101 |
| Binary | 11000011 | 1101001 | 11100101 | 1111 | 110110 | 0 | 1010 | 100011100 | 1000110 | 1000001 |
Color Harmonies of #C369E5
Complementary color
Monochromatic Colors of #C369E5
Black with #C369E5
Text Example
Text Example
White with #C369E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369E5; }
p { color: rgb(195,105,229); }
H1.HeaderClassName
{
color: #C369E5;
}
.AnyTagClassName
{
color: #C369E5;
}
</style>
background-color css
<style>
a { background-color: #C369E5; }
a { background-color: rgb(195,105,229); }
div.DivClassName
{
background-color: #C369E5;
}
.BgClassName
{
background-color: #C369E5;
}
</style>
border-color css
<style>
span { border-color: #C369E5; }
span { border-color: rgb(195,105,229); }
td.TdClassName
{
border-color: #C369E5;
}
.TagClassName
{
border-color: #C369E5;
}
</style>