Shades of Medium Orchid #C069D2
Tints of Medium Orchid #C069D2
RGB
CMYK
RGB Variations
Color information
#C069D2 (or 0xC069D2) is known color: Medium Orchid. HEX triplet: C0, 69 and D2. RGB value is (192,105,210). Sum of RGB (Red+Green+Blue) = 192+105+210=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #C069D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069D2 is #3F962D. Grayscale: #8E8E8E. Windows color (decimal): -4167214 or 13789632. OLE color: 13789632.
HSL color Cylindrical-coordinate representation of color #C069D2: hue angle of 289.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C069D2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 105 | 210 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.18 |
| HSL | 289.71º | 0.54% | 0.62% | - |
| HSV(B) | 289.71º | 0.5% | 0.82% | - |
| XYZ | 38.42 | 25.96 | 63.96 | - |
| YUV | 142.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 210 | 0.09 | 0.50 | 0 | 0.18 | 289.71 | 0.54 | 0.62 |
| Hex | C0 | 69 | D2 | 9 | 32 | 0 | 12 | 122 | 36 | 3E |
| Octal | 300 | 151 | 322 | 11 | 62 | 0 | 22 | 442 | 66 | 76 |
| Binary | 11000000 | 1101001 | 11010010 | 1001 | 110010 | 0 | 10010 | 100100010 | 110110 | 111110 |
Color Harmonies of #C069D2
Complementary color
Monochromatic Colors of #C069D2
Black with #C069D2
Text Example
Text Example
White with #C069D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069D2; }
p { color: rgb(192,105,210); }
H1.HeaderClassName
{
color: #C069D2;
}
.AnyTagClassName
{
color: #C069D2;
}
</style>
background-color css
<style>
a { background-color: #C069D2; }
a { background-color: rgb(192,105,210); }
div.DivClassName
{
background-color: #C069D2;
}
.BgClassName
{
background-color: #C069D2;
}
</style>
border-color css
<style>
span { border-color: #C069D2; }
span { border-color: rgb(192,105,210); }
td.TdClassName
{
border-color: #C069D2;
}
.TagClassName
{
border-color: #C069D2;
}
</style>