Shades of Medium Orchid #C665D0
Tints of Medium Orchid #C665D0
RGB
CMYK
RGB Variations
Color information
#C665D0 (or 0xC665D0) is known color: Medium Orchid. HEX triplet: C6, 65 and D0. RGB value is (198,101,208). Sum of RGB (Red+Green+Blue) = 198+101+208=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #C665D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665D0 is #399A2F. Grayscale: #8D8D8D. Windows color (decimal): -3775024 or 13657542. OLE color: 13657542.
HSL color Cylindrical-coordinate representation of color #C665D0: hue angle of 294.39º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C665D0 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 198 | 101 | 208 | - |
CMYK | 0.05 | 0.51 | 0 | 0.18 |
HSL | 294.39º | 0.53% | 0.61% | - |
HSV(B) | 294.39º | 0.51% | 0.82% | - |
XYZ | 39.33 | 25.87 | 62.59 | - |
YUV | 142.2 | 165.14 | 167.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 101 | 208 | 0.05 | 0.51 | 0 | 0.18 | 294.39 | 0.53 | 0.61 |
Hex | C6 | 65 | D0 | 5 | 33 | 0 | 12 | 126 | 35 | 3D |
Octal | 306 | 145 | 320 | 5 | 63 | 0 | 22 | 446 | 65 | 75 |
Binary | 11000110 | 1100101 | 11010000 | 101 | 110011 | 0 | 10010 | 100100110 | 110101 | 111101 |
Color Harmonies of #C665D0
Complementary color
Monochromatic Colors of #C665D0
Black with #C665D0
Text Example
Text Example
White with #C665D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665D0; }
p { color: rgb(198,101,208); }
H1.HeaderClassName
{
color: #C665D0;
}
.AnyTagClassName
{
color: #C665D0;
}
</style>
background-color css
<style>
a { background-color: #C665D0; }
a { background-color: rgb(198,101,208); }
div.DivClassName
{
background-color: #C665D0;
}
.BgClassName
{
background-color: #C665D0;
}
</style>
border-color css
<style>
span { border-color: #C665D0; }
span { border-color: rgb(198,101,208); }
td.TdClassName
{
border-color: #C665D0;
}
.TagClassName
{
border-color: #C665D0;
}
</style>