Shades of Medium Orchid #C965DB
Tints of Medium Orchid #C965DB
RGB
CMYK
RGB Variations
Color information
#C965DB (or 0xC965DB) is known color: Medium Orchid. HEX triplet: C9, 65 and DB. RGB value is (201,101,219). Sum of RGB (Red+Green+Blue) = 201+101+219=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C965DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965DB is #369A24. Grayscale: #8F8F8F. Windows color (decimal): -3578405 or 14378441. OLE color: 14378441.
HSL color Cylindrical-coordinate representation of color #C965DB: hue angle of 290.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C965DB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 101 | 219 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.14 |
| HSL | 290.85º | 0.62% | 0.63% | - |
| HSV(B) | 290.85º | 0.54% | 0.86% | - |
| XYZ | 41.53 | 26.84 | 70.01 | - |
| YUV | 144.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 219 | 0.08 | 0.54 | 0 | 0.14 | 290.85 | 0.62 | 0.63 |
| Hex | C9 | 65 | DB | 8 | 36 | 0 | E | 123 | 3E | 3F |
| Octal | 311 | 145 | 333 | 10 | 66 | 0 | 16 | 443 | 76 | 77 |
| Binary | 11001001 | 1100101 | 11011011 | 1000 | 110110 | 0 | 1110 | 100100011 | 111110 | 111111 |
Color Harmonies of #C965DB
Complementary color
Monochromatic Colors of #C965DB
Black with #C965DB
Text Example
Text Example
White with #C965DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965DB; }
p { color: rgb(201,101,219); }
H1.HeaderClassName
{
color: #C965DB;
}
.AnyTagClassName
{
color: #C965DB;
}
</style>
background-color css
<style>
a { background-color: #C965DB; }
a { background-color: rgb(201,101,219); }
div.DivClassName
{
background-color: #C965DB;
}
.BgClassName
{
background-color: #C965DB;
}
</style>
border-color css
<style>
span { border-color: #C965DB; }
span { border-color: rgb(201,101,219); }
td.TdClassName
{
border-color: #C965DB;
}
.TagClassName
{
border-color: #C965DB;
}
</style>