Shades of Medium Orchid #C665D4
Tints of Medium Orchid #C665D4
RGB
CMYK
RGB Variations
Color information
#C665D4 (or 0xC665D4) is known color: Medium Orchid. HEX triplet: C6, 65 and D4. RGB value is (198,101,212). Sum of RGB (Red+Green+Blue) = 198+101+212=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #C665D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665D4 is #399A2B. Grayscale: #8E8E8E. Windows color (decimal): -3775020 or 13919686. OLE color: 13919686.
HSL color Cylindrical-coordinate representation of color #C665D4: hue angle of 292.43º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C665D4 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 101 | 212 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.17 |
| HSL | 292.43º | 0.56% | 0.61% | - |
| HSV(B) | 292.43º | 0.52% | 0.83% | - |
| XYZ | 39.83 | 26.07 | 65.22 | - |
| YUV | 142.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 212 | 0.07 | 0.52 | 0 | 0.17 | 292.43 | 0.56 | 0.61 |
| Hex | C6 | 65 | D4 | 7 | 34 | 0 | 11 | 124 | 38 | 3D |
| Octal | 306 | 145 | 324 | 7 | 64 | 0 | 21 | 444 | 70 | 75 |
| Binary | 11000110 | 1100101 | 11010100 | 111 | 110100 | 0 | 10001 | 100100100 | 111000 | 111101 |
Color Harmonies of #C665D4
Complementary color
Monochromatic Colors of #C665D4
Black with #C665D4
Text Example
Text Example
White with #C665D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665D4; }
p { color: rgb(198,101,212); }
H1.HeaderClassName
{
color: #C665D4;
}
.AnyTagClassName
{
color: #C665D4;
}
</style>
background-color css
<style>
a { background-color: #C665D4; }
a { background-color: rgb(198,101,212); }
div.DivClassName
{
background-color: #C665D4;
}
.BgClassName
{
background-color: #C665D4;
}
</style>
border-color css
<style>
span { border-color: #C665D4; }
span { border-color: rgb(198,101,212); }
td.TdClassName
{
border-color: #C665D4;
}
.TagClassName
{
border-color: #C665D4;
}
</style>