Shades of Medium Orchid #C069CC
Tints of Medium Orchid #C069CC
RGB
CMYK
RGB Variations
Color information
#C069CC (or 0xC069CC) is known color: Medium Orchid. HEX triplet: C0, 69 and CC. RGB value is (192,105,204). Sum of RGB (Red+Green+Blue) = 192+105+204=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #C069CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069CC is #3F9633. Grayscale: #8D8D8D. Windows color (decimal): -4167220 or 13396416. OLE color: 13396416.
HSL color Cylindrical-coordinate representation of color #C069CC: hue angle of 292.73º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C069CC is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 105 | 204 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.2 |
| HSL | 292.73º | 0.49% | 0.61% | - |
| HSV(B) | 292.73º | 0.49% | 0.8% | - |
| XYZ | 37.69 | 25.67 | 60.09 | - |
| YUV | 142.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 204 | 0.06 | 0.49 | 0 | 0.2 | 292.73 | 0.49 | 0.61 |
| Hex | C0 | 69 | CC | 6 | 31 | 0 | 14 | 125 | 31 | 3D |
| Octal | 300 | 151 | 314 | 6 | 61 | 0 | 24 | 445 | 61 | 75 |
| Binary | 11000000 | 1101001 | 11001100 | 110 | 110001 | 0 | 10100 | 100100101 | 110001 | 111101 |
Color Harmonies of #C069CC
Complementary color
Monochromatic Colors of #C069CC
Black with #C069CC
Text Example
Text Example
White with #C069CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069CC; }
p { color: rgb(192,105,204); }
H1.HeaderClassName
{
color: #C069CC;
}
.AnyTagClassName
{
color: #C069CC;
}
</style>
background-color css
<style>
a { background-color: #C069CC; }
a { background-color: rgb(192,105,204); }
div.DivClassName
{
background-color: #C069CC;
}
.BgClassName
{
background-color: #C069CC;
}
</style>
border-color css
<style>
span { border-color: #C069CC; }
span { border-color: rgb(192,105,204); }
td.TdClassName
{
border-color: #C069CC;
}
.TagClassName
{
border-color: #C069CC;
}
</style>