Shades of Medium Orchid #C065D4
Tints of Medium Orchid #C065D4
RGB
CMYK
RGB Variations
Color information
#C065D4 (or 0xC065D4) is known color: Medium Orchid. HEX triplet: C0, 65 and D4. RGB value is (192,101,212). Sum of RGB (Red+Green+Blue) = 192+101+212=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #C065D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065D4 is #3F9A2B. Grayscale: #8C8C8C. Windows color (decimal): -4168236 or 13919680. OLE color: 13919680.
HSL color Cylindrical-coordinate representation of color #C065D4: hue angle of 289.19º 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 #C065D4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 101 | 212 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.17 |
| HSL | 289.19º | 0.56% | 0.61% | - |
| HSV(B) | 289.19º | 0.52% | 0.83% | - |
| XYZ | 38.28 | 25.27 | 65.15 | - |
| YUV | 140.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 212 | 0.09 | 0.52 | 0 | 0.17 | 289.19 | 0.56 | 0.61 |
| Hex | C0 | 65 | D4 | 9 | 34 | 0 | 11 | 121 | 38 | 3D |
| Octal | 300 | 145 | 324 | 11 | 64 | 0 | 21 | 441 | 70 | 75 |
| Binary | 11000000 | 1100101 | 11010100 | 1001 | 110100 | 0 | 10001 | 100100001 | 111000 | 111101 |
Color Harmonies of #C065D4
Complementary color
Monochromatic Colors of #C065D4
Black with #C065D4
Text Example
Text Example
White with #C065D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065D4; }
p { color: rgb(192,101,212); }
H1.HeaderClassName
{
color: #C065D4;
}
.AnyTagClassName
{
color: #C065D4;
}
</style>
background-color css
<style>
a { background-color: #C065D4; }
a { background-color: rgb(192,101,212); }
div.DivClassName
{
background-color: #C065D4;
}
.BgClassName
{
background-color: #C065D4;
}
</style>
border-color css
<style>
span { border-color: #C065D4; }
span { border-color: rgb(192,101,212); }
td.TdClassName
{
border-color: #C065D4;
}
.TagClassName
{
border-color: #C065D4;
}
</style>