Shades of Medium Orchid #C369DD
Tints of Medium Orchid #C369DD
RGB
CMYK
RGB Variations
Color information
#C369DD (or 0xC369DD) is known color: Medium Orchid. HEX triplet: C3, 69 and DD. RGB value is (195,105,221). Sum of RGB (Red+Green+Blue) = 195+105+221=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C369DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369DD is #3C9622. Grayscale: #909090. Windows color (decimal): -3970595 or 14510531. OLE color: 14510531.
HSL color Cylindrical-coordinate representation of color #C369DD: hue angle of 286.55º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C369DD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 105 | 221 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.13 |
| HSL | 286.55º | 0.63% | 0.64% | - |
| HSV(B) | 286.55º | 0.52% | 0.87% | - |
| XYZ | 40.61 | 26.93 | 71.46 | - |
| YUV | 145.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 221 | 0.12 | 0.52 | 0 | 0.13 | 286.55 | 0.63 | 0.64 |
| Hex | C3 | 69 | DD | C | 34 | 0 | D | 11F | 3F | 40 |
| Octal | 303 | 151 | 335 | 14 | 64 | 0 | 15 | 437 | 77 | 100 |
| Binary | 11000011 | 1101001 | 11011101 | 1100 | 110100 | 0 | 1101 | 100011111 | 111111 | 1000000 |
Color Harmonies of #C369DD
Complementary color
Monochromatic Colors of #C369DD
Black with #C369DD
Text Example
Text Example
White with #C369DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369DD; }
p { color: rgb(195,105,221); }
H1.HeaderClassName
{
color: #C369DD;
}
.AnyTagClassName
{
color: #C369DD;
}
</style>
background-color css
<style>
a { background-color: #C369DD; }
a { background-color: rgb(195,105,221); }
div.DivClassName
{
background-color: #C369DD;
}
.BgClassName
{
background-color: #C369DD;
}
</style>
border-color css
<style>
span { border-color: #C369DD; }
span { border-color: rgb(195,105,221); }
td.TdClassName
{
border-color: #C369DD;
}
.TagClassName
{
border-color: #C369DD;
}
</style>