Shades of Medium Orchid #C069CB
Tints of Medium Orchid #C069CB
RGB
CMYK
RGB Variations
Color information
#C069CB (or 0xC069CB) is known color: Medium Orchid. HEX triplet: C0, 69 and CB. RGB value is (192,105,203). Sum of RGB (Red+Green+Blue) = 192+105+203=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C069CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069CB is #3F9634. Grayscale: #8D8D8D. Windows color (decimal): -4167221 or 13330880. OLE color: 13330880.
HSL color Cylindrical-coordinate representation of color #C069CB: hue angle of 293.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C069CB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 105 | 203 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.20 |
| HSL | 293.27º | 0.49% | 0.6% | - |
| HSV(B) | 293.27º | 0.48% | 0.8% | - |
| XYZ | 37.57 | 25.62 | 59.47 | - |
| YUV | 142.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 203 | 0.05 | 0.48 | 0 | 0.20 | 293.27 | 0.49 | 0.6 |
| Hex | C0 | 69 | CB | 5 | 30 | 0 | 14 | 125 | 31 | 3C |
| Octal | 300 | 151 | 313 | 5 | 60 | 0 | 24 | 445 | 61 | 74 |
| Binary | 11000000 | 1101001 | 11001011 | 101 | 110000 | 0 | 10100 | 100100101 | 110001 | 111100 |
Color Harmonies of #C069CB
Complementary color
Monochromatic Colors of #C069CB
Black with #C069CB
Text Example
Text Example
White with #C069CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069CB; }
p { color: rgb(192,105,203); }
H1.HeaderClassName
{
color: #C069CB;
}
.AnyTagClassName
{
color: #C069CB;
}
</style>
background-color css
<style>
a { background-color: #C069CB; }
a { background-color: rgb(192,105,203); }
div.DivClassName
{
background-color: #C069CB;
}
.BgClassName
{
background-color: #C069CB;
}
</style>
border-color css
<style>
span { border-color: #C069CB; }
span { border-color: rgb(192,105,203); }
td.TdClassName
{
border-color: #C069CB;
}
.TagClassName
{
border-color: #C069CB;
}
</style>