Shades of Medium Orchid #C369DB
Tints of Medium Orchid #C369DB
RGB
CMYK
RGB Variations
Color information
#C369DB (or 0xC369DB) is known color: Medium Orchid. HEX triplet: C3, 69 and DB. RGB value is (195,105,219). Sum of RGB (Red+Green+Blue) = 195+105+219=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C369DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369DB is #3C9624. Grayscale: #909090. Windows color (decimal): -3970597 or 14379459. OLE color: 14379459.
HSL color Cylindrical-coordinate representation of color #C369DB: hue angle of 287.37º degrees, saturation: 0.61, 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 #C369DB is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 105 | 219 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.14 |
| HSL | 287.37º | 0.61% | 0.64% | - |
| HSV(B) | 287.37º | 0.52% | 0.86% | - |
| XYZ | 40.34 | 26.82 | 70.07 | - |
| YUV | 144.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 219 | 0.11 | 0.52 | 0 | 0.14 | 287.37 | 0.61 | 0.64 |
| Hex | C3 | 69 | DB | B | 34 | 0 | E | 11F | 3D | 40 |
| Octal | 303 | 151 | 333 | 13 | 64 | 0 | 16 | 437 | 75 | 100 |
| Binary | 11000011 | 1101001 | 11011011 | 1011 | 110100 | 0 | 1110 | 100011111 | 111101 | 1000000 |
Color Harmonies of #C369DB
Complementary color
Monochromatic Colors of #C369DB
Black with #C369DB
Text Example
Text Example
White with #C369DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369DB; }
p { color: rgb(195,105,219); }
H1.HeaderClassName
{
color: #C369DB;
}
.AnyTagClassName
{
color: #C369DB;
}
</style>
background-color css
<style>
a { background-color: #C369DB; }
a { background-color: rgb(195,105,219); }
div.DivClassName
{
background-color: #C369DB;
}
.BgClassName
{
background-color: #C369DB;
}
</style>
border-color css
<style>
span { border-color: #C369DB; }
span { border-color: rgb(195,105,219); }
td.TdClassName
{
border-color: #C369DB;
}
.TagClassName
{
border-color: #C369DB;
}
</style>