Shades of Medium Orchid #C069E9
Tints of Medium Orchid #C069E9
RGB
CMYK
RGB Variations
Color information
#C069E9 (or 0xC069E9) is known color: Medium Orchid. HEX triplet: C0, 69 and E9. RGB value is (192,105,233). Sum of RGB (Red+Green+Blue) = 192+105+233=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #C069E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069E9 is #3F9616. Grayscale: #919191. Windows color (decimal): -4167191 or 15296960. OLE color: 15296960.
HSL color Cylindrical-coordinate representation of color #C069E9: hue angle of 280.78º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C069E9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 105 | 233 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.09 |
| HSL | 280.78º | 0.74% | 0.66% | - |
| HSV(B) | 280.78º | 0.55% | 0.91% | - |
| XYZ | 41.5 | 27.19 | 80.15 | - |
| YUV | 145.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 233 | 0.18 | 0.55 | 0 | 0.09 | 280.78 | 0.74 | 0.66 |
| Hex | C0 | 69 | E9 | 12 | 37 | 0 | 9 | 119 | 4A | 42 |
| Octal | 300 | 151 | 351 | 22 | 67 | 0 | 11 | 431 | 112 | 102 |
| Binary | 11000000 | 1101001 | 11101001 | 10010 | 110111 | 0 | 1001 | 100011001 | 1001010 | 1000010 |
Color Harmonies of #C069E9
Complementary color
Monochromatic Colors of #C069E9
Black with #C069E9
Text Example
Text Example
White with #C069E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069E9; }
p { color: rgb(192,105,233); }
H1.HeaderClassName
{
color: #C069E9;
}
.AnyTagClassName
{
color: #C069E9;
}
</style>
background-color css
<style>
a { background-color: #C069E9; }
a { background-color: rgb(192,105,233); }
div.DivClassName
{
background-color: #C069E9;
}
.BgClassName
{
background-color: #C069E9;
}
</style>
border-color css
<style>
span { border-color: #C069E9; }
span { border-color: rgb(192,105,233); }
td.TdClassName
{
border-color: #C069E9;
}
.TagClassName
{
border-color: #C069E9;
}
</style>