Shades of Medium Orchid #C665DB
Tints of Medium Orchid #C665DB
RGB
CMYK
RGB Variations
Color information
#C665DB (or 0xC665DB) is known color: Medium Orchid. HEX triplet: C6, 65 and DB. RGB value is (198,101,219). Sum of RGB (Red+Green+Blue) = 198+101+219=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C665DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665DB is #399A24. Grayscale: #8F8F8F. Windows color (decimal): -3775013 or 14378438. OLE color: 14378438.
HSL color Cylindrical-coordinate representation of color #C665DB: hue angle of 289.32º 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 #C665DB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 101 | 219 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.14 |
| HSL | 289.32º | 0.62% | 0.63% | - |
| HSV(B) | 289.32º | 0.54% | 0.86% | - |
| XYZ | 40.73 | 26.43 | 69.97 | - |
| YUV | 143.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 219 | 0.10 | 0.54 | 0 | 0.14 | 289.32 | 0.62 | 0.63 |
| Hex | C6 | 65 | DB | A | 36 | 0 | E | 121 | 3E | 3F |
| Octal | 306 | 145 | 333 | 12 | 66 | 0 | 16 | 441 | 76 | 77 |
| Binary | 11000110 | 1100101 | 11011011 | 1010 | 110110 | 0 | 1110 | 100100001 | 111110 | 111111 |
Color Harmonies of #C665DB
Complementary color
Monochromatic Colors of #C665DB
Black with #C665DB
Text Example
Text Example
White with #C665DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665DB; }
p { color: rgb(198,101,219); }
H1.HeaderClassName
{
color: #C665DB;
}
.AnyTagClassName
{
color: #C665DB;
}
</style>
background-color css
<style>
a { background-color: #C665DB; }
a { background-color: rgb(198,101,219); }
div.DivClassName
{
background-color: #C665DB;
}
.BgClassName
{
background-color: #C665DB;
}
</style>
border-color css
<style>
span { border-color: #C665DB; }
span { border-color: rgb(198,101,219); }
td.TdClassName
{
border-color: #C665DB;
}
.TagClassName
{
border-color: #C665DB;
}
</style>