Shades of Medium Orchid #C369DC
Tints of Medium Orchid #C369DC
RGB
CMYK
RGB Variations
Color information
#C369DC (or 0xC369DC) is known color: Medium Orchid. HEX triplet: C3, 69 and DC. RGB value is (195,105,220). Sum of RGB (Red+Green+Blue) = 195+105+220=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #C369DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369DC is #3C9623. Grayscale: #909090. Windows color (decimal): -3970596 or 14444995. OLE color: 14444995.
HSL color Cylindrical-coordinate representation of color #C369DC: hue angle of 286.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C369DC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 105 | 220 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.14 |
| HSL | 286.96º | 0.62% | 0.64% | - |
| HSV(B) | 286.96º | 0.52% | 0.86% | - |
| XYZ | 40.48 | 26.87 | 70.76 | - |
| YUV | 145.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 220 | 0.11 | 0.52 | 0 | 0.14 | 286.96 | 0.62 | 0.64 |
| Hex | C3 | 69 | DC | B | 34 | 0 | E | 11F | 3E | 40 |
| Octal | 303 | 151 | 334 | 13 | 64 | 0 | 16 | 437 | 76 | 100 |
| Binary | 11000011 | 1101001 | 11011100 | 1011 | 110100 | 0 | 1110 | 100011111 | 111110 | 1000000 |
Color Harmonies of #C369DC
Complementary color
Monochromatic Colors of #C369DC
Black with #C369DC
Text Example
Text Example
White with #C369DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369DC; }
p { color: rgb(195,105,220); }
H1.HeaderClassName
{
color: #C369DC;
}
.AnyTagClassName
{
color: #C369DC;
}
</style>
background-color css
<style>
a { background-color: #C369DC; }
a { background-color: rgb(195,105,220); }
div.DivClassName
{
background-color: #C369DC;
}
.BgClassName
{
background-color: #C369DC;
}
</style>
border-color css
<style>
span { border-color: #C369DC; }
span { border-color: rgb(195,105,220); }
td.TdClassName
{
border-color: #C369DC;
}
.TagClassName
{
border-color: #C369DC;
}
</style>