Shades of Medium Orchid #C469D5
Tints of Medium Orchid #C469D5
RGB
CMYK
RGB Variations
Color information
#C469D5 (or 0xC469D5) is known color: Medium Orchid. HEX triplet: C4, 69 and D5. RGB value is (196,105,213). Sum of RGB (Red+Green+Blue) = 196+105+213=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #C469D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469D5 is #3B962A. Grayscale: #909090. Windows color (decimal): -3905067 or 13986244. OLE color: 13986244.
HSL color Cylindrical-coordinate representation of color #C469D5: hue angle of 290.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C469D5 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 105 | 213 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.16 |
| HSL | 290.56º | 0.56% | 0.62% | - |
| HSV(B) | 290.56º | 0.51% | 0.84% | - |
| XYZ | 39.83 | 26.64 | 65.99 | - |
| YUV | 144.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 213 | 0.08 | 0.51 | 0 | 0.16 | 290.56 | 0.56 | 0.62 |
| Hex | C4 | 69 | D5 | 8 | 33 | 0 | 10 | 123 | 38 | 3E |
| Octal | 304 | 151 | 325 | 10 | 63 | 0 | 20 | 443 | 70 | 76 |
| Binary | 11000100 | 1101001 | 11010101 | 1000 | 110011 | 0 | 10000 | 100100011 | 111000 | 111110 |
Color Harmonies of #C469D5
Complementary color
Monochromatic Colors of #C469D5
Black with #C469D5
Text Example
Text Example
White with #C469D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469D5; }
p { color: rgb(196,105,213); }
H1.HeaderClassName
{
color: #C469D5;
}
.AnyTagClassName
{
color: #C469D5;
}
</style>
background-color css
<style>
a { background-color: #C469D5; }
a { background-color: rgb(196,105,213); }
div.DivClassName
{
background-color: #C469D5;
}
.BgClassName
{
background-color: #C469D5;
}
</style>
border-color css
<style>
span { border-color: #C469D5; }
span { border-color: rgb(196,105,213); }
td.TdClassName
{
border-color: #C469D5;
}
.TagClassName
{
border-color: #C469D5;
}
</style>