Shades of Medium Orchid #C465D4
Tints of Medium Orchid #C465D4
RGB
CMYK
RGB Variations
Color information
#C465D4 (or 0xC465D4) is known color: Medium Orchid. HEX triplet: C4, 65 and D4. RGB value is (196,101,212). Sum of RGB (Red+Green+Blue) = 196+101+212=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #C465D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465D4 is #3B9A2B. Grayscale: #8D8D8D. Windows color (decimal): -3906092 or 13919684. OLE color: 13919684.
HSL color Cylindrical-coordinate representation of color #C465D4: hue angle of 291.35º 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 #C465D4 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 101 | 212 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.17 |
| HSL | 291.35º | 0.56% | 0.61% | - |
| HSV(B) | 291.35º | 0.52% | 0.83% | - |
| XYZ | 39.3 | 25.8 | 65.2 | - |
| YUV | 142.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 212 | 0.08 | 0.52 | 0 | 0.17 | 291.35 | 0.56 | 0.61 |
| Hex | C4 | 65 | D4 | 8 | 34 | 0 | 11 | 123 | 38 | 3D |
| Octal | 304 | 145 | 324 | 10 | 64 | 0 | 21 | 443 | 70 | 75 |
| Binary | 11000100 | 1100101 | 11010100 | 1000 | 110100 | 0 | 10001 | 100100011 | 111000 | 111101 |
Color Harmonies of #C465D4
Complementary color
Monochromatic Colors of #C465D4
Black with #C465D4
Text Example
Text Example
White with #C465D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C465D4; }
p { color: rgb(196,101,212); }
H1.HeaderClassName
{
color: #C465D4;
}
.AnyTagClassName
{
color: #C465D4;
}
</style>
background-color css
<style>
a { background-color: #C465D4; }
a { background-color: rgb(196,101,212); }
div.DivClassName
{
background-color: #C465D4;
}
.BgClassName
{
background-color: #C465D4;
}
</style>
border-color css
<style>
span { border-color: #C465D4; }
span { border-color: rgb(196,101,212); }
td.TdClassName
{
border-color: #C465D4;
}
.TagClassName
{
border-color: #C465D4;
}
</style>